Click or drag to resize

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
)

Parameters

template
Type: Spire.Pdf PdfPageTemplateElement
The stamp element.

Return Value

Type: Int32
The index of the stamp element.
See Also