OutputIntents.Item

OutputIntents indexer

Gets the output intent at the specified index.

public OutputIntent this[int index] { get; }
ParameterDescription
indexThe zero-based index of the output intent to get.

Return Value

The output intent at the specified index.

Exceptions

exceptioncondition
ArgumentOutOfRangeExceptionindex is less than 0 or index is equal to or greater than Count.
InvalidOperationExceptionThe document that contains the collection has no catalog to access the OutputIntents.

See Also