stamps property
PdfStampCollection
get
stamps
Gets a collection of stamp elements.
Implementation
PdfStampCollection get stamps {
_stamps ??= PdfStampCollection();
return _stamps!;
}
Gets a collection of stamp elements.
PdfStampCollection get stamps {
_stamps ??= PdfStampCollection();
return _stamps!;
}