AccusoftImagXpress13 ActiveX DLL > ImagXpress Object : CopyImage Method |
A combination of the enumCopyImageMode flags:
Value | Description |
---|---|
COPYIMG_NO_EXCLUSION | (0) - Nothing is excluded. |
COPYIMG_EXCLUDE_UNDO | (1) - Undo image is not copied. |
COPYIMG_EXCLUDE_TAGS | (2) - Tags are not copied. |
Visual Basic |
---|
Public Sub CopyImage( _ ByVal lCopyFromImageID As Long, _ ByVal lCopyImageModeFlags As Long _ ) |
A combination of the enumCopyImageMode flags:
Value | Description |
---|---|
COPYIMG_NO_EXCLUSION | (0) - Nothing is excluded. |
COPYIMG_EXCLUDE_UNDO | (1) - Undo image is not copied. |
COPYIMG_EXCLUDE_TAGS | (2) - Tags are not copied. |
If the Merge method is set, the ICopyFromImageID image is merged into the image of the current processor image buffer. This method has a flags parameter allowing the inclusion\exclusion of pieces of the image buffer: Undo Image, Image Property tags, etc.