ImageGear Professional for Windows ActiveX
CreateArtPage Method

Description:

Creates an IGArtPage Object in preparation for creating ART marks. If your application displays more than one image at a time, and allows the end-user to apply ART marks to more than one of those images, then your application must set up an IGArtPage Object for each IGPage Object/IGPageDisplay Object pair. Once your application calls CreateArtPage Method, the IGPage Object, IGPageDisplay Object and IGArtPage Object become dependent on each other. At the end of processing, save the ART marks (with FileExport Method, ImageBurnIn Method, or SaveAnnotations Method), then destroy the IGArtPage Object.

Syntax:

      CreateArtPage(pPage As IGPage, pPageDisplay As IGPageDisplay,
hWnd As Long) As IGArtPage

Parameters:

Name Description
pPage IGPage Object containing the image to which the annotations apply.
pPageDisplay IGPageDisplay Object currently.
hWnd Set this to the HWND for the window in which the image that is to be annotated is displayed. This will typically be specified as IGPageViewCtl1.hWnd.

Return Value:

The IGArtPage Object used to hold the marks for the image.

Bits Per Pixel:

N/A

Sample:

ig_artCtrl_vb6.exe

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback