PdfPageLabels constructor

PdfPageLabels(
  1. PdfDocument pdfDocument
)

Constructs a Pdf PageLabels object.

Implementation

PdfPageLabels(PdfDocument pdfDocument)
    : super(pdfDocument, params: PdfDict());