Accusoft ImagXpress 13
PrintImage Event
The handle to the current printer device context.
The left component of the top-left point of the print rectangle on the paper.
The top component of the top-left point of the print rectangle on the paper.
The width of the print rectangle on the paper.
The height of the print rectangle on the paper.
An IX_GraphicsUnit value which represents the unit of measurement for the graphics.
The left component of the top-left position of the image to print.
The top component of the top-left position of the image to print.
The width of the image to print.
The height of the image to print.
an IX_PrintType value which represents the print type to use.
Description
Raised when the image prints to a printer device context.
Syntax
Visual Basic
Public Event PrintImage( _
   ByVal hDC As Long, _
   ByVal PrintLeft As Single, _
   ByVal PrintTop As Single, _
   ByVal PrintWidth As Single, _
   ByVal PrintHeight As Single, _
   ByVal units As IX_GraphicsUnit, _
   ByVal ImageLeft As Long, _
   ByVal ImageTop As Long, _
   ByVal ImageWidth As Long, _
   ByVal ImageHeight As Long, _
   ByVal printType As IX_PrintType _
)
Parameters
hDC
The handle to the current printer device context.
PrintLeft
The left component of the top-left point of the print rectangle on the paper.
PrintTop
The top component of the top-left point of the print rectangle on the paper.
PrintWidth
The width of the print rectangle on the paper.
PrintHeight
The height of the print rectangle on the paper.
units
ValueDescription
IX_GraphicsUnit_DisplayDisplay
IX_GraphicsUnit_DocumentDocument
IX_GraphicsUnit_InchInch
IX_GraphicsUnit_MillimeterMillimeter
IX_GraphicsUnit_PixelPixel
IX_GraphicsUnit_PointPoint
IX_GraphicsUnit_TwipTwip
IX_GraphicsUnit_WorldWorld
An IX_GraphicsUnit value which represents the unit of measurement for the graphics.
ImageLeft
The left component of the top-left position of the image to print.
ImageTop
The top component of the top-left position of the image to print.
ImageWidth
The width of the image to print.
ImageHeight
The height of the image to print.
printType
ValueDescription
IX_PrintType_FullImageFull image
IX_PrintType_RubberbandRubberbanded image
IX_PrintType_ViewCroppedImageCropped image
an IX_PrintType value which represents the print type to use.
See Also

ImagXpress Object  | ImagXpress Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback