PdfPageList constructor
PdfPageList(
- PdfDocument pdfDocument, {
- int objgen = 0,
- int? objser,
This constructs a PdfPageList object.
Implementation
PdfPageList(
super.pdfDocument, {
super.objgen,
super.objser,
}) : super(
params: PdfDict.values({
'/Type': const PdfName('/Pages'),
}),
);