Pdf Value
class PdfValue
This represents a value stored inside a PDF document stream. The PDF has a few different data types of values that are reasonably interchangeable. The type can be retrieved with getType and can be one of PdfValueType.
When creating a new value, the type will be automatically set depending on the constructor parameter.
Constructors
Link copied to clipboard
Types
Link copied to clipboard
enum PdfValueType
Type of a value stored in the PDF document stream.
Functions
Link copied to clipboard
Gets the stored Boolean value or false if the value isn't a boolean.
Link copied to clipboard