PdfStyledAnnotationWidget
AnnotationFlags Property
|
Gets or sets the annotation flags.
Namespace:
Spire.Pdf.Annotations
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfAnnotationFlags AnnotationFlags { get; set; }
Public Property AnnotationFlags As PdfAnnotationFlags
Get
Set
public:
property PdfAnnotationFlags AnnotationFlags {
PdfAnnotationFlags get ();
void set (PdfAnnotationFlags value);
}
member AnnotationFlags : PdfAnnotationFlags with get, set
Property Value
Type:
PdfAnnotationFlags
See Also