Click or drag to resize

PdfStampCollection Remove Method

Removes the stamp element from the collection.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void Remove(
	PdfPageTemplateElement template
)

Parameters

template
Type: Spire.Pdf PdfPageTemplateElement
The stamp element.
See Also