Checks whether the stamp element exists in the collection.
Namespace: Spire.PdfAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
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
- PdfPageTemplateElement
Stamp element.
Return Value
BooleanTrue - if stamp element exists in the collection, False otherwise.