Click or drag to resize

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
)

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