Click or drag to resize

AnnotationData Properties

The AnnotationData type exposes the following members.

Properties
  NameDescription
Public propertyAnnotationBounds
Gets the rectangle bounds of the annotation, including any pen or shadow, before any matricies are applied.
Public propertyBounds
Gets the bounding rectangle of the annotation.
Public propertyCanMirror
Gets or sets a value indicating if the annotation can mirror.
Public propertyCanMove
Gets or sets a value indicating if the annotation can be moved.
Public propertyCanResize
Gets or sets a value indicating if the annotation can be resized.
Public propertyCanRotate
Gets or sets a value indicating if the annotation can be rotated.
Public propertyCanSelect
Gets or sets a value indicating if the annotation can be selected.
Public propertyCreationTime
Gets or sets the creation time of the annotation.
Public propertyIgnoreDataChanges
Gets or sets a value indicating whether any properties changes should be passed to the undo manager.
Public propertyIsMirroredHorizontally
Gets a value indicating whether the annotation is mirrored horizontally.
Public propertyIsMirroredVertically
Gets a value indicating whether the annotation is mirrored vertically.
Public propertyLocation
Gets or sets the location of this annotation.
Public propertyModifiedTime
Gets or sets the time in which this annotation was modified.
Public propertyName
Gets or sets a name for this annotation.
Public propertyRotation
Gets or sets the current amount of rotation for this annotation.
Public propertySecurity
Gets or sets the security lock used for this annotation.
Public propertySelected
Get or set whether this AnnotationData object is selected
Public propertySize
Gets or sets the size of the annotation.
Public propertyState
Get or set the AnnotationState of this AnnotationData object
Public propertyToolTip
Gets or sets the text displayed in the annotation tooltip.
Public propertyTransform
Gets the transformation matrix used for rendering this annotation.
Public propertyUserName
Gets or sets the username for the annotation. Internally this is used with PDF annotations.
Public propertyVisible
Gets or sets a value indicating if the annotation is visible.
Top
See Also