[]
Determines whether the document property with specified name is contained in IDocumentPropertyCollection.
bool Contains(string name)
Function Contains(name As String) As Boolean
Type | Name | Description |
---|---|---|
string | name | The document property name. |
Type | Description |
---|---|
bool | Whether the document property name is contained. |