Accusoft ImagXpress 13
PrintImage Method
The handle to the printer's device context.
The left component of the top-left coordinate in the device context where the image will be printed to.
The top component of the top-left coordinate in the device context where the image will be printed to.
The width of the desired printed image in the device context.
The height of the desired printed image in the device context.
An IX_GraphicsUnit enumeration value.
An IX_PrintType enumeration value.
Description
Prints the image to the supplied printer device context.
Syntax
Visual Basic
Public Sub PrintImage( _
   ByVal hDC As Long, _
   ByVal left As Long, _
   ByVal top As Long, _
   ByVal width As Long, _
   ByVal height As Long, _
   ByVal eUnits As IX_GraphicsUnit, _
   ByVal eType As IX_PrintType _
) 
Parameters
hDC
The handle to the printer's device context.
left
The left component of the top-left coordinate in the device context where the image will be printed to.
top
The top component of the top-left coordinate in the device context where the image will be printed to.
width
The width of the desired printed image in the device context.
height
The height of the desired printed image in the device context.
eUnits
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 enumeration value.
eType
ValueDescription
IX_PrintType_FullImageFull image
IX_PrintType_RubberbandRubberbanded image
IX_PrintType_ViewCroppedImageCropped image
An IX_PrintType enumeration value.
See Also

ImagXpress Object  | ImagXpress Members  | IX_PrintType Enumeration  | IX_GraphicsUnit Enumeration  | Printing

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback