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
)
Public Function Contains (
template As PdfPageTemplateElement
) As Boolean
public:
bool Contains(
PdfPageTemplateElement^ template
)
member Contains :
template : PdfPageTemplateElement -> bool
Parameters
-
template
-
Type:
Spire.Pdf
PdfPageTemplateElement
Stamp element.
Return Value
Type:
Boolean
True - if stamp element exists in the collection, False otherwise.
See Also