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

PdfTextMarkupAnnotationData Members

Represents text markup annotation data.

Properties

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.

Methods

Name Description
Equals(Object, Object) static Determines 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() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines 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