ImgEdit User Control

ImgEdit Class Library

ImgEdit.ManageAnnotations (Integer) = System.Collections.ArrayList

 

Gets or set all the annotations of the inserted index page. This property will return an array list of all the graphic objects representing the annotations. Modifications to the graphics objects can then be set updating the page annotations.

[Visual Basic]

Public Property ManageAnnotations ( _

ByVal Page As Integer) As System.Collections.ArrayList

 

Property Set Value

    ManageAnnotations

        Sets and updates the graphic object collection of annotations.

 

Property Get Value

    ManageAnnotations

        Gets a array list containing all the graphic objects of the insert page.

 

Example

[Visual Basic] The following example gets the graphic objects of the first page, removes the second annotations and updates the graphic objects collection.

 

[Visual Basic]

Dim ann As ArrayList
ann = ImgEdit1.ManageAnnotations(0)
ann.RemoveAt(1)
ImgEdit1.ManageAnnotations(0) = ann

 

Requirements

Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista family.

Documentation Version 1.6