Skip to main content
A newer version of this page is available. .

PdfMarkupAnnotationData Class

Represents data common to all markup annotations.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v18.2.Core.dll

Declaration

public abstract class PdfMarkupAnnotationData

Remarks

You can specify the markup annotation comment properties (e.g., PdfMarkupAnnotationData.Name, PdfMarkupAnnotationData.Author, PdfMarkupAnnotationData.Contents, and PdfMarkupAnnotationData.CreationDate), and the annotation appearance properties (PdfMarkupAnnotationData.Color and PdfMarkupAnnotationData.Opacity).

Inheritance

Object
PdfMarkupAnnotationData
See Also