PdfPageLayerCollection constructor
PdfPageLayerCollection(
- PdfPage page
Initializes a new instance of the PdfPageLayerCollection class with PDF page.
Implementation
PdfPageLayerCollection(PdfPage page) : super() {
_helper = PdfPageLayerCollectionHelper(this, page);
}