Enum PdfAnnotationFlags
Specifies the flags that control the behavior and visibility of a PDF annotation.
[Flags]
public enum PdfAnnotationFlags
Fields
Hidden = 2
Invisible = 1
Locked = 128
NoRotate = 16
NoView = 32
NoZoom = 8
None = 0
Print = 4
ReadOnly = 64
ToggleNoView = 256