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

PdfAnnotation.Flags Property

Gets a set of flags specifying various characteristics of the annotation.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.1.Core.dll

Declaration

public PdfAnnotationFlags Flags { get; set; }

Property Value

Type Description
PdfAnnotationFlags

A PdfAnnotationFlags object that represents a set of annotation flags.

See Also