PDFView4NET WinForms Edition


Flags Property
Gets or sets the annotation flags.
Syntax
'Declaration
 
Public Property Flags As PDFAnnotationFlags
'Usage
 
Dim instance As PDFAnnotation
Dim value As PDFAnnotationFlags
 
instance.Flags = value
 
value = instance.Flags
public PDFAnnotationFlags Flags {get; set;}

Property Value

Flags the control the annotation behavior.
Requirements

Target Platforms: Windows 7, Windows 10, Windows 11, Windows Server 2022, Windows Server 2025

See Also