Gets or sets annotation flags.

Namespace: Spire.Pdf.Annotations
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfAnnotationFlags Flags { get; set; }
Public Property Flags As PdfAnnotationFlags
	Get
	Set
public:
property PdfAnnotationFlags Flags {
	PdfAnnotationFlags get ();
	void set (PdfAnnotationFlags value);
}
member Flags : PdfAnnotationFlags with get, set

Property Value

PdfAnnotationFlags

See Also