Click or drag to resize

TextData Properties

The TextData 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 via the user interface.

Public propertyAnnotationBounds
Gets the rectangle bounds of the annotation, including any pen or shadow, before any matricies are applied.
(Inherited from AnnotationData.)
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 fill used for the annotation.
Public propertyFont
Gets or sets the font for the text.
Public propertyFontBrush
Gets or sets the AnnotationBrush used for the font.
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 propertyLineAlignment
Gets or sets the line alignment.
Public propertyLocation
Gets or sets the location of this annotation.
(Inherited from AnnotationData.)
Public propertyMinimized
Gets or sets a value indicating whether the annotation is minimized.
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 outline of the annotation.
Public propertyPadding
Gets or sets a value indicating how much padding is added around the text.
Public propertyRenderingHint
Gets or sets the System.Drawing.Text.TextRenderingHint used when rendering this 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 propertyShadow
Gets or sets the AnnotationBrush used draw the drop shadow.
Public propertyShadowMode
Gets or sets the shadow mode used to indicate how the shadow is drawn.
Public propertyShadowOffset
Gets or sets the shadow offset.
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 propertyText
Gets or sets the text for this 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