Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfAnnotation.Flags Property

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

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfAnnotationFlags Flags { get; set; }

Property Value

Type Description
PdfAnnotationFlags

A PdfAnnotationFlags object that represents a set of annotation flags.

See Also