PdfDocumentTemplate
Stamps Property
|
Gets a collection of stamp elements.
Namespace:
Spire.Pdf
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfStampCollection Stamps { get; }
Public ReadOnly Property Stamps As PdfStampCollection
Get
public:
property PdfStampCollection^ Stamps {
PdfStampCollection^ get ();
}
member Stamps : PdfStampCollection with get
Property Value
Type:
PdfStampCollection
See Also