Gets a document property from the dictionary. In C# this property is the indexer for the UserDefinedPropertyDictionary class. The property returns an object of the type System.String, System.Boolean, System.Int32 or System.Double which is the value associated with the specified name.

Syntax

public object this[string name] { get; }
Public Default ReadOnly Property Item(ByVal name As String) As System.Object

Parameters

Parameter Description
name Specifies the name of the document property.

Limitations

Read only.