Enumeration (GI Flags)

Poppler-0.18PopplerRenderAnnotsFlagsSince 25.02

Flags to select which annotations to render. If the flag corresponding to a certain annotation type is on, then such annotation type will be rendered, when appropriate (e.g: won't be renderer if the annotation is not visible). This allows to combine multiple flags, like POPPLER_RENDER_ANNOTS_LINK | POPPLER_RENDER_ANNOTS_TEXT, or disable some specific annotations like POPPLER_RENDER_ANNOTS_ALL & (~POPPLER_RENDER_ANNOTS_TEXT)

25.02

Index
"3D": 16777216

render 3D annotations,

ALL: 67108863

render all annotations

CARET: 8192

render caret annotations,

CIRCLE: 32

render circle annotations,

FILEATTACHMENT: 65536

render fileattachment annotations,

FREETEXT: 4

render freetext annotations,

HIGHLIGHT: 256

render highlight annotations,

INK: 16384

render ink annotations,

LINE: 8

render line annotations,

LINK: 2

render link annotations

MOVIE: 262144

render movie annotations,

NONE: 0

do not render annotations

POLYGON: 64

render polygon annotations,

POLYLINE: 128

render polyline annotations,

POPUP: 32768

render popup annotations,

PRINT_ALL: -32800771

render all possible annotations used for printing

PRINT_DOCUMENT: 524288

render the default annotations used for printing

PRINT_MARKUP: -32800771

render markup annotations and default annotations used for printing

PRINT_STAMP: 528384

render stamp annotations and default annotations used for printing

PRINTERMARK: 2097152

render printermark annotations,

RICHMEDIA: 33554432

render richmedia annotations,

SCREEN: 1048576

render screen annotations,

SOUND: 131072

render sound annotations,

SQUARE: 16

render square annotations,

SQUIGGLY: 1024

render squiggly annotations,

STAMP: 4096

render stamp annotations,

STRIKEOUT: 2048

render strikeout annotations,

TEXT: 1

render text annotations

TRAPNET: 4194304

render trapnet annotations,

UNDERLINE: 512

render underline annotations,

WATERMARK: 8388608

render watermark annotations,

WIDGET: 524288

render widget annotations,

Variables

$gtype