ImageEdit situation

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • CajunCoiler \(http://www.cajuncoiler.tk\)

    ImageEdit situation

    I know there's probably a simple way to do this, but
    whatever that is, eludes me currently....

    How does one go about printing the image from an
    ImageEdit control at the "full page" size of the current
    printer ???

    So far, I can only get it to print at the original
    scanned size.



  • Jeffrey R. Bailey

    #2
    Re: ImageEdit situation

    "CajunCoile r (http://www.cajuncoiler .tk)"
    <poohbear1961@t otallyspamless. cox.net> wrote in message
    news:dC2xc.5436 $wS2.1164@okepr ead03...[color=blue]
    > I know there's probably a simple way to do this, but
    > whatever that is, eludes me currently....
    >
    > How does one go about printing the image from an
    > ImageEdit control at the "full page" size of the current
    > printer ???
    >
    > So far, I can only get it to print at the original
    > scanned size.[/color]

    The ImageEdit control included in the windows 9x, NT, and windows 2000 only
    allows these options for the ImagePrint method:

    0 Pixel to pixel
    1 Inch to inch
    2 Fit to page
    3 Best fit


    Fit to page will come closest to what you are describing, though from my
    tests may not work perfectly.
    --
    Jeffrey R. Bailey



    Comment

    • CajunCoiler \(http://www.cajuncoiler.tk\)

      #3
      Re: ImageEdit situation

      This was one of the first things I tried.... the image still comes
      up in the upper left corner of the page, instead of full page,
      regardless of the mode used.

      "Jeffrey R. Bailey" <MrWizard2903Re [email protected] m> wrote in message
      news:6t4xc.5321 4$w34.2149461@t wister.tampabay .rr.com...[color=blue]
      > "CajunCoile r (http://www.cajuncoiler .tk)"
      > <poohbear1961@t otallyspamless. cox.net> wrote in message
      > news:dC2xc.5436 $wS2.1164@okepr ead03...[color=green]
      > > I know there's probably a simple way to do this, but
      > > whatever that is, eludes me currently....
      > >
      > > How does one go about printing the image from an
      > > ImageEdit control at the "full page" size of the current
      > > printer ???
      > >
      > > So far, I can only get it to print at the original
      > > scanned size.[/color]
      >
      > The ImageEdit control included in the windows 9x, NT, and windows 2000[/color]
      only[color=blue]
      > allows these options for the ImagePrint method:
      >
      > 0 Pixel to pixel
      > 1 Inch to inch
      > 2 Fit to page
      > 3 Best fit
      >
      >
      > Fit to page will come closest to what you are describing, though from my
      > tests may not work perfectly.
      > --
      > Jeffrey R. Bailey
      >
      >
      >[/color]


      Comment

      Working...