[]
        
(Showing Draft Content)

GrapeCity.Core.IDocumentProperties.Item

this Property

this[int]

Gets the DocumentProperty object from the IDocumentProperties collection.

Declaration
DocumentProperty this[int index] { get; }
ReadOnly Default Property Item(index As Integer) As DocumentProperty
Parameters
Type Name Description
int index

The index number of the document property returned.

Property Value
Type Description
DocumentProperty

A DocumentProperty object represents the document property.

this[BuiltinDocumentProperties]

Gets the DocumentProperty object from the IDocumentProperties collection.

Declaration
DocumentProperty this[BuiltinDocumentProperties index] { get; }
ReadOnly Default Property Item(index As BuiltinDocumentProperties) As DocumentProperty
Parameters
Type Name Description
BuiltinDocumentProperties index

The index of the document property returned.

Property Value
Type Description
DocumentProperty

A DocumentProperty object represents the document property.

Remarks

If the document properties is not built-in document properties, return null.

this[string]

Gets the DocumentProperty object from the IDocumentProperties collection.

Declaration
DocumentProperty this[string name] { get; }
ReadOnly Default Property Item(name As String) As DocumentProperty
Parameters
Type Name Description
string name
Property Value
Type Description
DocumentProperty

A DocumentProperty object represents the document property.