Accusoft.PrintPro7.Net
PrintImage(Image,Single,Single,Single,Single,Single,Single,Single,Single,Boolean) Method
See Also  Send Feedback
Accusoft.PrintProSdk Namespace > PrintJob Class > PrintImage Method : PrintImage(Image,Single,Single,Single,Single,Single,Single,Single,Single,Boolean) Method




image
The image object to draw.
sourceX
The X location in the source image of the upper-left of the source image data.
sourceY
The Y location in the source image of the upper-left of the source image data.
sourceWidth
The source width of the image data.
sourceHeight
The source height of the image data.
destinationX
The X location of the destination for the upper-left corner of the image data.
destinationY
The Y location of the destination for the upper-left corner of the image data.
destinationWidth
The destination width of the Image data.
destinationHeight
The destination height of the Image data.
aspect
when true, the destination size is adjusted to maintain the image data's aspect ratio.

Glossary Item Box

Draws an image on the printer.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

image
The image object to draw.
sourceX
The X location in the source image of the upper-left of the source image data.
sourceY
The Y location in the source image of the upper-left of the source image data.
sourceWidth
The source width of the image data.
sourceHeight
The source height of the image data.
destinationX
The X location of the destination for the upper-left corner of the image data.
destinationY
The Y location of the destination for the upper-left corner of the image data.
destinationWidth
The destination width of the Image data.
destinationHeight
The destination height of the Image data.
aspect
when true, the destination size is adjusted to maintain the image data's aspect ratio.

See Also

©2013. Accusoft Corporation. All Rights Reserved.