pdftools_sdk.pdf2_image.annotation_options
Classes
|
Defines how to render annotations and their popups |
- class pdftools_sdk.pdf2_image.annotation_options.AnnotationOptions(value)[source]
Bases:
IntEnum
Defines how to render annotations and their popups
Annotations associate an object such as a sticky note, link or rich media with a location on a PDF page; they may also provide user interaction by means of the mouse and keyboard.
Some annotations have an associated popup.
- Variables:
SHOW_ANNOTATIONS (int)
SHOW_ANNOTATIONS_AND_POPUPS (int)
- SHOW_ANNOTATIONS = 1
- SHOW_ANNOTATIONS_AND_POPUPS = 2