Click or drag to resize

PdfStampCollection Contains Method

Checks whether the stamp element exists in the collection.

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

Parameters

template
Type: Spire.Pdf PdfPageTemplateElement
Stamp element.

Return Value

Type: Boolean
True - if stamp element exists in the collection, False otherwise.
See Also