PdfPageLayer constructor

PdfPageLayer(
  1. PdfPage pdfPage
)

Initializes a new instance of the PdfPageLayer class with specified PDF page.

Implementation

PdfPageLayer(PdfPage pdfPage) {
  _helper = PdfPageLayerHelper(this);
  _initialize(pdfPage, true);
}