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

Enumeration Members

"3D": number

render 3D annotations,

ALL: number

render all annotations

CARET: number

render caret annotations,

CIRCLE: number

render circle annotations,

FILEATTACHMENT: number

render fileattachment annotations,

FREETEXT: number

render freetext annotations,

HIGHLIGHT: number

render highlight annotations,

INK: number

render ink annotations,

LINE: number

render line annotations,

LINK: number

render link annotations

MOVIE: number

render movie annotations,

NONE: number

do not render annotations

POLYGON: number

render polygon annotations,

POLYLINE: number

render polyline annotations,

POPUP: number

render popup annotations,

PRINT_ALL: number

render all possible annotations used for printing

PRINT_DOCUMENT: number

render the default annotations used for printing

PRINT_MARKUP: number

render markup annotations and default annotations used for printing

PRINT_STAMP: number

render stamp annotations and default annotations used for printing

PRINTERMARK: number

render printermark annotations,

RICHMEDIA: number

render richmedia annotations,

SCREEN: number

render screen annotations,

SOUND: number

render sound annotations,

SQUARE: number

render square annotations,

SQUIGGLY: number

render squiggly annotations,

STAMP: number

render stamp annotations,

STRIKEOUT: number

render strikeout annotations,

TEXT: number

render text annotations

TRAPNET: number

render trapnet annotations,

UNDERLINE: number

render underline annotations,

WATERMARK: number

render watermark annotations,

WIDGET: number

render widget annotations,

Variables

$gtype