ImgAnnotations User Control

ImgAnnotations Class Library

ImgAnnotations.IsProtected = Boolean

 

Gets or sets the value of the annotation protection. If this property is set to true the annotation cannot be changed, deleted or moved.

[Visual Basic]

Public Property IsProtected ( ) as Boolean

 

Property Set Value

    IsProtected

        Sets the annotation protection value.

 

Property Get Value

    IsProtected

        Gets the annotation protection value.

 

Example

[Visual Basic] The following example sets the annotation protection to true.

 

[Visual Basic]

Dim Protect as Boolean = True

ImgAnnotations1.IsProtected = Protect

 

Note - IsProtected and Visible properties will have the default values after the annotation is added.

 

Requirements

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

Documentation Version 1.6