IDocumentProperty
Contains Method
|
Check presents of a custom property with a specified name.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
bool Contains(
string name
)
Function Contains (
name As String
) As Boolean
bool Contains(
String^ name
)
abstract Contains :
name : string -> bool
Parameters
-
name
-
Type:
System
String
Name of a custom property to check.
Return Value
Type:
Boolean
Return true if property exists, false overwise.
See Also