PdfStampCollection
Add Method (PdfPageTemplateElement)
|
Adds a stamp element to the collection.
Namespace:
Spire.Pdf
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public int Add(
PdfPageTemplateElement template
)
Public Function Add (
template As PdfPageTemplateElement
) As Integer
public:
int Add(
PdfPageTemplateElement^ template
)
member Add :
template : PdfPageTemplateElement -> int
Parameters
-
template
-
Type:
Spire.Pdf
PdfPageTemplateElement
The stamp element.
Return Value
Type:
Int32
The index of the stamp element.
See Also