ImgEdit User Control

ImgEdit Class Library

ImgEdit.Burn_Annotations()

ImgEdit.Burn_Annotations(Integer)

ImgEdit.Burn_Annotations(System.Collections.ArrayList)

 

Burns all the annotations into the page. Overloaded functions can be used to burn one annotation by index or burn an array of graphic objects.

 

[Visual Basic]

Public Sub Burn_Annotations()

 

Parameters

    None

 

Return Value

    None

 

[Visual Basic]

Public Sub Burn_Annotations( _

ByVal Index As Integer)

 

Parameters

    Index

        The index item of the graphic objects array list.

 

Return Value

    None

 

[Visual Basic]

Public Sub Burn_Annotations( _

ByVal GraphicObjects As System.Collections.ArrayList)

 

Parameters

    GraphicObjects

        An array list of annotations graphic objects.

 

Return Value

    None

 

Example

[Visual Basic] The following example burns the annotations in the displayed image.

 

[Visual Basic]

ImgEdit1.Burn_Annotations()

 

Example

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

 

[Visual Basic]

ImgEdit1.Burn_Annotations(0)

 

Example

[Visual Basic] The following example burns an array list of annotations from the first page to the second page.

 

[Visual Basic]

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

ImgEdit1.Page=1

ImgEdit1.Burn_Annotations(ann)

 

Requirements

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

Documentation Version 1.6