Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PdfMarkupAnnotationFacade Properties
Show Inherited Hide Inherited

Contains a set of properties used to manage markup annotations without access to their inner structure.
Name Description
Author Specifies the annotation author.
Color Specifies the annotation color. Inherited from PdfAnnotationFacade.
Contents Specifies the annotation comment. Inherited from PdfAnnotationFacade.
CreationDate Specifies the date and time when the annotation was created.
Flags Gets or sets flags that specify various characteristics of the annotation. Inherited from PdfAnnotationFacade.
ModificationDate Specifies the date and time when the annotation was last modified. Inherited from PdfAnnotationFacade.
Name Gets the annotation name. Inherited from PdfAnnotationFacade.
Opacity Specifies the annotation’s opacity.
Rectangle Gets the annotation’s bounds on the page. Inherited from PdfAnnotationFacade.
Replies Obtains annotation comments.
Reviews Obtains annotation reviews.
Subject Specifies a short description of the subject being addressed by the annotation.
Type Returns the annotation type. Inherited from PdfAnnotationFacade.
See Also