PdfPageLayer constructor
PdfPageLayer(
- PdfPage pdfPage
Initializes a new instance of the PdfPageLayer class with specified PDF page.
Implementation
PdfPageLayer(PdfPage pdfPage) {
_helper = PdfPageLayerHelper(this);
_initialize(pdfPage, true);
}