Accusoft ImagXpress 13
CopyImage Method
The ID of the image buffer to copy.

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.

Description
Copies an image from a specified image buffer to the current processor image buffer.
Syntax
Visual Basic
Public Sub CopyImage( _
   ByVal lCopyFromImageID As Long, _
   ByVal lCopyImageModeFlags As Long _
) 
Parameters
lCopyFromImageID
The ID of the image buffer to copy.
lCopyImageModeFlags

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.

Remarks

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.

 

See Also

ImagXpress Object  | ImagXpress Members  | Merge Method  | CopyDIB Method  | Image Buffering  | Image category

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback