Back to Devexpress

PdfTextAnnotationData Members

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

latest6.2 KB
Original Source

PdfTextAnnotationData Members

Represents a text annotation.

Properties

NameDescription
AnnotationTypeGets the annotation type. Inherited from PdfAnnotationData.
AuthorSpecifies the annotation author. Inherited from PdfMarkupAnnotationData.
BoundsGets the annotation’s bounds on the page. Inherited from PdfAnnotationData.
ColorSpecifies the annotation color. Inherited from PdfAnnotationData.
ContentsSpecifies the annotation comment. Inherited from PdfAnnotationData.
CreationDateSpecifies the date and time when the annotation was created. Inherited from PdfMarkupAnnotationData.
IconNameSpecifies the name of the annotation icon.
ModificationDateSpecifies the date and time when the annotation was last modified. Inherited from PdfAnnotationData.
NameSpecifies the annotation’s name. Inherited from PdfAnnotationData.
OpacitySpecifies the annotation’s opacity. Inherited from PdfMarkupAnnotationData.
RepliesObtains the annotation comments. Inherited from PdfMarkupAnnotationData.
ReviewsObtains the annotation reviews. Inherited from PdfMarkupAnnotationData.
SubjectSpecifies a short description of the subject being addressed by the annotation. Inherited from PdfMarkupAnnotationData.

Methods

NameDescription
AddReply(String, String)Adds a comment to the document annotation. Inherited from PdfMarkupAnnotationData.
AddReview(String, PdfAnnotationReviewStatus)Adds a review to the annotation. Inherited from PdfMarkupAnnotationData.
AddReview(String, String)Adds a review to the annotation. Inherited from PdfMarkupAnnotationData.
ClearReviews()Removes all reviews from the annotation. Inherited from PdfMarkupAnnotationData.
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.
RemoveReply(PdfMarkupAnnotationComment)Removes the specific comment from the annotation. Inherited from PdfMarkupAnnotationData.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

PdfTextAnnotationData Class

DevExpress.Pdf Namespace