Adds a stamp element to the collection.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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
PdfPageTemplateElement
The stamp element.

Return Value

Int32
The index of the stamp element.

See Also