| AccusoftImagXpress13 ActiveX DLL > ImagXpress Object : PrintImage Event |
| 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 _ ) |
| 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 |