Properties Methods

In This Topic

Annotation Class Members

In This Topic

The following tables list the members exposed by Annotation.

Public Properties
 NameDescription
Public Property The name of the author who created the annotation.  
Public Property Specifies if the annotation can be deleted in design time.  
Public Property Specifies if the annotation can be edited in design time.  
Public Property Specifies if the annotation can be moved in design time.  
Public Property Specifies if the annotation can be resized in design time.  
Public Property Specifies if the annotation can be rotated in design time.  
Public Property Specifies if the annotation can be selected in design time.  
Public Property Stores arbitrary public value that can be used to store optional information about the annotation. In DocuVieware, the content of this property will be transferred to the client side in order to be queried by the JavaScript API.  
Public Property The date and time, expressed as the Coordinated Universal Time, when the annotation was created. IE: "29-Mar-11 12:36 PM".  
Public Property Specifies the annotation unique identifier.  
Public Property Height, in inches, of the bounding box of the annotation.  
Public Property Left position, in inches, of the middle point of the bounding box of the annotation.  
Public Property The date and time, expressed as the Coordinated Universal Time, when the annotation was modified. IE: "29-Mar-11 12:36 PM".  
Public Property Specifies if during burning process, the annotation is prevented to be rendered.  
Public Property Specifies if the annotation is rendered during printing process.  
Public Property The rotation of the annotation, in degrees, in the range [0;360].  
Public Property Specifies if the annotation is selected.  
Public Property The subject of the annotation, if any.  
Public Property Stores arbitrary value that can be used to store optional information about the annotation.  
Public Property Specifies the title of the annotation.  
Public Property Top position, in inches, of the middle point of the bounding box of the annotation.  
Public Property Determines whether the annotation is visible for purposes of on-screen display and user interaction. The annotation may be printed (depending on the value of the Printable property).  
Public Property Width, in inches, of the bounding box of the annotation.  
Public Property Specifies the the order in which the annotation is rendered from front to back. The annotation having the higher Zorder will be displayed in front of all others.  
Top
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)  
Public Method  
Public Method Returns the type of the annotation.  
Public Methodstatic (Shared in Visual Basic)  
Top
See Also