PdfXref constructor
const
PdfXref(
- int ser,
- int offset, {
- int gen = 0,
- int? object,
- PdfCrossRefEntryType type = PdfCrossRefEntryType.inUse,
Creates a cross-reference for a Pdf Object
Implementation
const PdfXref(
int ser,
this.offset, {
int gen = 0,
this.object,
this.type = PdfCrossRefEntryType.inUse,
}) : super(ser, gen);