Class PdfAnnotationFlags
Annotation flags
Inheritance
System.Object
PdfAnnotationFlags
Namespace: IronSoftware.Pdfium
Assembly: IronPdf.dll
Syntax
public sealed class PdfAnnotationFlags : Enum
Fields
Hidden
Hide the annotation
Declaration
public const PdfAnnotationFlags Hidden
Field Value
Type | Description |
---|---|
PdfAnnotationFlags |
Invisible
Annotation has no visible component
Declaration
public const PdfAnnotationFlags Invisible
Field Value
Type | Description |
---|---|
PdfAnnotationFlags |
Locked
Disable user-interface interaction, but still allow changes to underlying value
Declaration
public const PdfAnnotationFlags Locked
Field Value
Type | Description |
---|---|
PdfAnnotationFlags |
LockedContents
Disallow changes to annotation value, but still allow changes to its appearance
Declaration
public const PdfAnnotationFlags LockedContents
Field Value
Type | Description |
---|---|
PdfAnnotationFlags |
None
No flags
Declaration
public const PdfAnnotationFlags None
Field Value
Type | Description |
---|---|
PdfAnnotationFlags |
NoRotate
Disable rotation
Declaration
public const PdfAnnotationFlags NoRotate
Field Value
Type | Description |
---|---|
PdfAnnotationFlags |
NoView
Hide the annotation when viewing, but still display it when printing
Declaration
public const PdfAnnotationFlags NoView
Field Value
Type | Description |
---|---|
PdfAnnotationFlags |
NoZoom
Disable magnification
Declaration
public const PdfAnnotationFlags NoZoom
Field Value
Type | Description |
---|---|
PdfAnnotationFlags |
Print the annotation
Declaration
public const PdfAnnotationFlags Print
Field Value
Type | Description |
---|---|
PdfAnnotationFlags |
ReadOnly
Set as read-only
Declaration
public const PdfAnnotationFlags ReadOnly
Field Value
Type | Description |
---|---|
PdfAnnotationFlags |
Remarks
Not applicable for form fields
ToggleNoView
Hide the annotation except, but still display it when mouse hovers above it
Declaration
public const PdfAnnotationFlags ToggleNoView
Field Value
Type | Description |
---|---|
PdfAnnotationFlags |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |