Click or drag to resize

PdfFreeTextAnnotation Properties

The PdfFreeTextAnnotation type exposes the following members.

Properties
Name Description
Public property AnnotationIntent
Gets or sets the Annotation Intent.
Public property Author
Gets or sets the user who created the annotation.
Public property Border
Gets or sets annotation's border.
(Inherited from PdfAnnotation .)
Public property BorderColor
Gets or sets the Border Color.
Public property CalloutLines
Gets or sets the Callout Lines.
Public property Color
Gets or sets the background of the annotations icon when closed. The title bar of the annotations pop-up window. The border of a link annotation.
(Inherited from PdfAnnotation .)
Public property Flags
Gets or sets annotation flags.
(Inherited from PdfAnnotation .)
Public property Font
Gets or sets the font.
Public property LineEndingStyle
Gets or sets the Line Ending Style.
Public property Location
Gets or sets location of the annotation.
(Inherited from PdfAnnotation .)
Public property MarkupText
Gets or sets the Markup Text.
Public property ModifiedDate
Gets annotation's modified date.
(Inherited from PdfAnnotation .)
Public property Name
Gets or sets the name of the annotation. Note: The annotation name, a text string uniquely identifying it among all the annotations on its page.
(Inherited from PdfAnnotation .)
Public property Opacity
Gets or sets the Opacity.
Public property Page
Gets a page which this annotation is connected to.
(Inherited from PdfAnnotation .)
Public property Rectangle
Gets or sets annotation's bounds. If this property is not set bounds are calculated automatically based on Location property and content of annotation.
(Inherited from PdfAnnotation .)
Public property RectangleDifferences
Gets or sets the rectangular diffecences
Public property Size
Gets or sets size of the annotation.
(Inherited from PdfAnnotation .)
Public property Subject
Gets or sets the annotation's subject.
Public property Text
Gets or sets content of the annotation.
(Inherited from PdfAnnotation .)
Public property TextAlignment
Specifies the type of horizontal text alignment.
Public property TextMarkupColor
Gets or sets the Text Markup Color.
Top
See Also