ContainsCustomProperty

DocumentProperties.ContainsCustomProperty method

Check presents of a custom property with a specified name.

public bool ContainsCustomProperty(string name)
ParameterTypeDescription
nameStringName of a custom property to check.

Return Value

Return true if property exists, false overwise.

See Also