PdfPageLayerCollection constructor

PdfPageLayerCollection(
  1. PdfPage page
)

Initializes a new instance of the PdfPageLayerCollection class with PDF page.

Implementation

PdfPageLayerCollection(PdfPage page) : super() {
  _helper = PdfPageLayerCollectionHelper(this, page);
}