PdfStampCollection constructor
PdfStampCollection()
Initializes a new instance of the PdfStampCollection class.
Implementation
PdfStampCollection() : super() {
_helper = PdfStampCollectionHelper(this);
}
Initializes a new instance of the PdfStampCollection class.
PdfStampCollection() : super() {
_helper = PdfStampCollectionHelper(this);
}