Accusoft ImagXpress 12
PrintImage Method
See Also  Send comments on this topic.
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
An IX_GraphicsUnit enumeration value.
eType
An IX_PrintType enumeration value.
AccusoftImagXpress12 ActiveX DLL > ImagXpress Object : PrintImage Method

Glossary Item Box

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

©2013. Accusoft Corporation. All Rights Reserved.