Click or drag to resize

CalloutData Properties

The CalloutData type exposes the following members.

Properties
  NameDescription
Public propertyAlignment
Gets or sets the horizontal alignment of the text.
Public propertyAllowEditing

Gets or sets a value indicating whether the annotation's text data should be editable or read-only.

Public propertyAnnotationBounds (Overrides AnnotationDataAnnotationBounds.)
Public propertyAutoSize
Gets or sets a value indicating whether the annotation will automatically resize to fit the text.
Public propertyBounds (Overrides AnnotationDataBounds.)
Public propertyCanMirror
Gets or sets a value indicating if the annotation can mirror.
(Inherited from AnnotationData.)
Public propertyCanMove
Gets or sets a value indicating if the annotation can be moved.
(Inherited from AnnotationData.)
Public propertyCanResize
Gets or sets a value indicating if the annotation can be resized.
(Inherited from AnnotationData.)
Public propertyCanRotate
Gets or sets a value indicating if the annotation can be rotated.
(Inherited from AnnotationData.)
Public propertyCanSelect
Gets or sets a value indicating if the annotation can be selected.
(Inherited from AnnotationData.)
Public propertyCreationTime
Gets or sets the creation time of the annotation.
(Inherited from AnnotationData.)
Public propertyFill
Gets or sets the brush used to fill the text area of the annotation.
Public propertyFont
Gets or sets the font used to render the text.
Public propertyFontBrush
Gets or sets the brush used to render the text.
Public propertyFormatFlags
Gets or sets a StringFormatFlags enumeration that contains formatting information.
Public propertyIgnoreDataChanges
Gets or sets a value indicating whether any properties changes should be passed to the undo manager.
(Inherited from AnnotationData.)
Public propertyIsMirroredHorizontally
Gets a value indicating whether the annotation is mirrored horizontally.
(Inherited from AnnotationData.)
Public propertyIsMirroredVertically
Gets a value indicating whether the annotation is mirrored vertically.
(Inherited from AnnotationData.)
Public propertyLeader
Gets or sets the pen used for the leader of the annotation.
Public propertyLeaderFlatLength
Gets or sets the length of the leader line.
Public propertyLineAlignment
Gets or sets the line alignment.
Public propertyLocation
Gets or sets the location of this annotation.
(Inherited from AnnotationData.)
Public propertyModifiedTime
Gets or sets the time in which this annotation was modified.
(Inherited from AnnotationData.)
Public propertyName
Gets or sets a name for this annotation.
(Inherited from AnnotationData.)
Public propertyOutline
Gets or sets the pen used to outline the text area of the annotation.
Public propertyPadding
Gets or sets the amount of padding to add around the text.
Public propertyRotation
Gets or sets the current amount of rotation for this annotation.
(Inherited from AnnotationData.)
Public propertySecurity
Gets or sets the security lock used for this annotation.
(Inherited from AnnotationData.)
Public propertySelected
Get or set whether this AnnotationData object is selected
(Inherited from AnnotationData.)
Public propertySize
Gets or sets the size of the annotation.
(Inherited from AnnotationData.)
Public propertyState
Get or set the AnnotationState of this AnnotationData object
(Inherited from AnnotationData.)
Public propertyTargetPosition
Gets or sets the position on the document the leader will point to.
Public propertyText
Gets or sets the text of the annotation.
Public propertyToolTip
Gets or sets the text displayed in the annotation tooltip.
(Inherited from AnnotationData.)
Public propertyTransform
Gets the transformation matrix used for rendering this annotation.
(Inherited from AnnotationData.)
Public propertyTrimming
Get or sets the type of character trimming to perform on the text.
Public propertyUserName
Gets or sets the username for the annotation. Internally this is used with PDF annotations.
(Inherited from AnnotationData.)
Public propertyVisible
Gets or sets a value indicating if the annotation is visible.
(Inherited from AnnotationData.)
Top
See Also