Item

IDocumentProperties indexer

Returns or sets the custom property associated with a specified name. Read/write Object.

public object this[string name] { get; set; }

Remarks

Value can be int, float, double, string, bool or DateTime.

See Also