public static interface CPDFAnnotation.Flags
Modifier and Type | Field and Description |
---|---|
static int |
PDFAnnotationFlagHidden
If set, do not display or print the annotation or allow it to interact with the user.
|
static int |
PDFAnnotationFlagInvisible
[IGNORED] If set, ignore annotation AP stream if there is no handler available.
|
static int |
PDFAnnotationFlagLocked
If set, don’t allow the annotation to be deleted or its properties to be modified, except for `contents`.
|
static int |
PDFAnnotationFlagLockedContents
[IGNORED] If set, don't allow the `contents` of the annotation to be modified by the user.
|
static int |
PDFAnnotationFlagNoRotate
[IGNORED] If set, don't rotate the annotation’s appearance to match the rotation of the page.
|
static int |
PDFAnnotationFlagNoView
[IGNORED] I If set, don't display the annotation on the screen.
|
static int |
PDFAnnotationFlagNoZoom
[IGNORED] If set, don't scale the annotation’s appearance to match the magnification of the page.
|
static int |
PDFAnnotationFlagPrint
[IGNORED] If set, print the annotation when the page is printed.
|
static int |
PDFAnnotationFlagReadOnly
If set, don’t allow the annotation to be deleted or its properties to be modified, including `contents`.
|
static int |
PDFAnnotationFlagToggleNoView
[IGNORED] If set, invert the interpretation of the `.noView` flag for certain events.
|
static final int PDFAnnotationFlagInvisible
static final int PDFAnnotationFlagHidden
static final int PDFAnnotationFlagPrint
static final int PDFAnnotationFlagNoZoom
static final int PDFAnnotationFlagNoRotate
static final int PDFAnnotationFlagNoView
static final int PDFAnnotationFlagReadOnly
static final int PDFAnnotationFlagLocked
static final int PDFAnnotationFlagToggleNoView
static final int PDFAnnotationFlagLockedContents