| AccusoftImagXpress13 ActiveX DLL > ImagXpress Object : PrintImage Method |
| 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 _ ) |
| Value | Description |
|---|---|
| IX_GraphicsUnit_Display | Display |
| IX_GraphicsUnit_Document | Document |
| IX_GraphicsUnit_Inch | Inch |
| IX_GraphicsUnit_Millimeter | Millimeter |
| IX_GraphicsUnit_Pixel | Pixel |
| IX_GraphicsUnit_Point | Point |
| IX_GraphicsUnit_Twip | Twip |
| IX_GraphicsUnit_World | World |
| Value | Description |
|---|---|
| IX_PrintType_FullImage | Full image |
| IX_PrintType_Rubberband | Rubberbanded image |
| IX_PrintType_ViewCroppedImage | Cropped image |