Back to Devexpress

PdfTextMarkupAnnotation Members

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

latest7.6 KB
Original Source

PdfTextMarkupAnnotation Members

Represents a text markup annotation.

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.
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.
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.
QuadsGets a collection of quadrilaterial points that encompass the areas of this annotation.
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.
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.
TypeGets the type of a text markup annotation.

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

PdfTextMarkupAnnotation Class

DevExpress.Pdf Namespace