PdfXref class

Cross-reference for a Pdf Object

Inheritance

Constructors

PdfXref.new(int ser, int offset, {int gen = 0, int? object, PdfCrossRefEntryType type = PdfCrossRefEntryType.inUse})
Creates a cross-reference for a Pdf Object
const

Properties

container PdfIndirect?
no setter
gen int
finalinherited
hashCode int
The hash code for this object.
no setteroverride
object int?
The object ID containing this compressed object
final
offset int
The offset within the Pdf file
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
ser int
finalinherited
type PdfCrossRefEntryType
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
output(PdfObjectBase<PdfDataType> o, PdfStream s, [int? indent]) → void
inherited
toList() Uint8List
inherited
toString([int? indent]) String
A string representation of this object.
override

Operators

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