ImgEdit User Control

ImgEdit Class Library

ImgEdit.RemoveAnnotations()

ImgEdit.RemoveAnnotations(Integer)

 

Removes all annotations or an annotation by index position.

 

[Visual Basic]

Public Sub RemoveAnnotations()

 

Parameters

    None

 

Return Value

    None

 

[Visual Basic]

Public Sub RemoveAnnotations( _

ByVal Index As Integer)

 

Parameters

    Index

        The index item of the graphic objects array list to remove.

 

Return Value

    None

 

Example

[Visual Basic] The following example removes all the annotations in the displayed page.

 

[Visual Basic]

ImgEdit1.RemoveAnnotations()

 

Example

[Visual Basic] The following example removes one annotation at the index position 0 (First annotation).

 

[Visual Basic]

ImgEdit1.RemoveAnnotations(0)

 

Requirements

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

Documentation Version 1.6