Back to Devexpress

PdfMarkupAnnotationData Members

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

latest5.1 KB
Original Source

PdfMarkupAnnotationData Members

Represents markup annotations.

Properties

NameDescription
AnnotationTypeGets the annotation type. Inherited from PdfAnnotationData.
AuthorSpecifies the annotation author.
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.
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.
RepliesObtains the annotation comments.
ReviewsObtains the annotation reviews.
SubjectSpecifies a short description of the subject being addressed by the annotation.

Methods

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

See Also

PdfMarkupAnnotationData Class

DevExpress.Pdf Namespace