PdfFileStructure class

This class represents a set of the properties that define the internal structure of PDF file.

Constructors

PdfFileStructure()
Initializes a new instance of the PdfFileStructure class.

Properties

crossReferenceType PdfCrossReferenceType
The type of PDF cross-reference.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
incrementalUpdate bool
Gets or sets a value indicating whether incremental update.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
version PdfVersion
Gets the version of the PDF document.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited