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