[]
Gets the DocumentProperty object from the IDocumentProperties collection.
DocumentProperty this[int index] { get; }
ReadOnly Default Property Item(index As Integer) As DocumentProperty
Type | Name | Description |
---|---|---|
int | index | The index number of the document property returned. |
Type | Description |
---|---|
DocumentProperty | A DocumentProperty object represents the document property. |
Gets the DocumentProperty object from the IDocumentProperties collection.
DocumentProperty this[BuiltinDocumentProperties index] { get; }
ReadOnly Default Property Item(index As BuiltinDocumentProperties) As DocumentProperty
Type | Name | Description |
---|---|---|
BuiltinDocumentProperties | index | The index of the document property returned. |
Type | Description |
---|---|
DocumentProperty | A DocumentProperty object represents the document property. |
If the document properties is not built-in document properties, return null
.
Gets the DocumentProperty object from the IDocumentProperties collection.
DocumentProperty this[string name] { get; }
ReadOnly Default Property Item(name As String) As DocumentProperty
Type | Name | Description |
---|---|---|
string | name |
Type | Description |
---|---|
DocumentProperty | A DocumentProperty object represents the document property. |