Click or drag to resize

PdfStampCollection Insert Method

Inserts a stamp element to the collection at the specified position.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void Insert(
	int index,
	PdfPageTemplateElement template
)

Parameters

index
Type: System Int32
The index of the stamp in the collection.
template
Type: Spire.Pdf PdfPageTemplateElement
The stamp element.
See Also