Back to Devexpress

PdfTextAnnotation Members

officefileapi-devexpress-dot-pdf-dot-pdftextannotation-dot-underscore-members.md

latest7.8 KB
Original Source

PdfTextAnnotation Members

Represents a text annotation (a “sticky note” attached to a point in a document).

Properties

NameDescription
AppearanceGets the annotation’s appearance state on the PDF form. Inherited from PdfAnnotation.
AppearanceNameGets or sets the name of the appearance which is currently being used to draw the annotation on the PDF form. Inherited from PdfAnnotation.
BorderGets the annotation’s border, which will be drawn as a rounded rectangle. Inherited from PdfAnnotation.
ColorGets the color of the annotation. Inherited from PdfAnnotation.
ContentsGets the text that will be displayed for the annotation on the PDF form. Inherited from PdfAnnotation.
CreationDateGets the date and time when the annotation was created in the document. Inherited from PdfMarkupAnnotation.
FilterTypeGets the type into which the annotation falls in the Type filter.
FlagsGets or sets flags that specify various characteristics of the annotation. Inherited from PdfAnnotation.
IconNameGets the name of an icon that will be used in displaying the annotation.
InReplyToGets an annotation that requires a reply to another annotation. Inherited from PdfMarkupAnnotation.
IntentGets the name that describes the intent of the markup annotation. Inherited from PdfMarkupAnnotation.
IsOpenedGets a value that indicates whether the annotation is opened on the page.
ModifiedGets the date and time when the annotation was most recently modified. Inherited from PdfAnnotation.
NameGets the annotation name. Inherited from PdfAnnotation.
OpacityGets the opacity value that is used in painting the annotation. Inherited from PdfMarkupAnnotation.
OptionalContentGets the optional content specifying the optional content properties for the annotation. Inherited from PdfAnnotation.
PageGets the page with which the annotation is associated. Inherited from PdfAnnotation.
PopupGets a pop-up annotation for entering or editing the text associated with this annotation. Inherited from PdfMarkupAnnotation.
RectGets the annotation rectangle that defines the location of the annotation on the page in default user space units. Inherited from PdfAnnotation.
ReplyTypeGets a name specifying the relationship (the reply type) between this annotation and the annotation obtained in the PdfMarkupAnnotation.InReplyTo property. Inherited from PdfMarkupAnnotation.
RichTextDataGets a rich text that is displayed in the pop-up window when the annotation is opened. Inherited from PdfMarkupAnnotation.
StateGets the annotation state.
StateModelGets a model corresponding to the specific annotation state.
StructParentGets the integer key of the annotation’s entry in the structural parent tree. Inherited from PdfAnnotation.
SubjectGets a description of the subject being addressed by the annotation. Inherited from PdfMarkupAnnotation.
TitleGets the text displayed in the title bar of the annotation’s pop-up window when the annotation is open and active. Inherited from PdfMarkupAnnotation.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

PdfTextAnnotation Class

DevExpress.Pdf Namespace