Enum pdf_objects

PDFObjectType

Namespace: datalogics_interface

Description

The underlying PDF data type of a PDFObject. Use with PDFObject::get_type() for switch-style dispatch instead of chained dynamic_cast.

Values

Null

The PDF null object, or an invalid object.

Dict

A PDF dictionary (PDFDict).

Array

A PDF array (PDFArray).

Stream

A PDF stream (PDFStream).

String

A PDF string (PDFString).

Name

A PDF name (PDFName).

Integer

A PDF integer (PDFInteger).

Real

A PDF real number (PDFReal).

Boolean

A PDF boolean (PDFBoolean).

Unknown

Type was not recognized; should not happen in well-formed input.