Item

DocumentProperties 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, string, bool or DateTime.

See Also