Skip to main content
A newer version of this page is available. .
.NET Standard 2.0+

PdfTextMarkupAnnotationData Properties

Represents text markup annotation data.
Name Description
Author Specifies the author of a text markup annotation. Inherited from PdfMarkupAnnotationData.
Bounds Gets the markup annotation’s bounds on the page. Inherited from PdfMarkupAnnotationData.
Color Specifies the markup annotation color. Inherited from PdfMarkupAnnotationData.
Contents Specifies the text that is displayed in the markup annotation’s pop-up window. Inherited from PdfMarkupAnnotationData.
CreationDate Specifies the date and time when the markup annotation was created on the page. Inherited from PdfMarkupAnnotationData.
MarkupType Specifies the text markup annotation type.
ModificationDate Specifies the date and time of the markup annotation’s last modification. Inherited from PdfMarkupAnnotationData.
Name Specifies the markup annotation name. Inherited from PdfMarkupAnnotationData.
Opacity Specifies the opacity value that is used in painting the annotation. Inherited from PdfMarkupAnnotationData.
Quads Gets a collection of quadrilaterals that encompass the text markup annotation drawing area.
Subject Specifies a short description of the subject being addressed by the annotation. Inherited from PdfMarkupAnnotationData.
See Also