stamps property

Gets a collection of stamp elements.

Implementation

PdfStampCollection get stamps {
  _stamps ??= PdfStampCollection();
  return _stamps!;
}