PdfAttachmentCollection constructor

PdfAttachmentCollection()

Initializes a new instance of the PdfAttachmentCollection class.

Implementation

PdfAttachmentCollection() : super() {
  _helper = PdfAttachmentCollectionHelper(this);
}