In This Topic
The following tables list the members exposed by Annotation.
Public Properties
| Name | Description |
| Author |
The name of the author who created the annotation.
|
| CanDelete |
Specifies if the annotation can be deleted in design time.
|
| CanEdit |
Specifies if the annotation can be edited in design time.
|
| CanMove |
Specifies if the annotation can be moved in design time.
|
| CanResize |
Specifies if the annotation can be resized in design time.
|
| CanRotate |
Specifies if the annotation can be rotated in design time.
|
| CanSelect |
Specifies if the annotation can be selected in design time.
|
| ClientTag |
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.
|
| CreationTime |
The date and time, expressed as the Coordinated Universal Time, when the annotation was created. IE: "29-Mar-11 12:36 PM".
|
| Guid |
Specifies the annotation unique identifier.
|
| Height |
Height, in inches, of the bounding box of the annotation.
|
| Left |
Left position, in inches, of the middle point of the bounding box of the annotation.
|
| ModificationTime |
The date and time, expressed as the Coordinated Universal Time, when the annotation was modified. IE: "29-Mar-11 12:36 PM".
|
| PreventBurning |
Specifies if during burning process, the annotation is prevented to be rendered.
|
| Printable |
Specifies if the annotation is rendered during printing process.
|
| Rotation |
The rotation of the annotation, in degrees, in the range [0;360].
|
| Selected |
Specifies if the annotation is selected.
|
| Subject |
The subject of the annotation, if any.
|
| Tag |
Stores arbitrary value that can be used to store optional information about the annotation.
|
| Title |
Specifies the title of the annotation.
|
| Top |
Top position, in inches, of the middle point of the bounding box of the annotation.
|
| Visible |
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).
|
| Width |
Width, in inches, of the bounding box of the annotation.
|
| Zorder |
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
See Also