Class OutputIntents

OutputIntents class

Represents the collection of OutputIntent.

public sealed class OutputIntents : ICollection<OutputIntent>

Properties

NameDescription
Count { get; }Gets the number of output intents contained in the collection.
IsReadOnly { get; }Gets a value indicating whether the collection is read-only.
Item { get; }Gets the output intent at the specified index.

Methods

NameDescription
Add(OutputIntent)Adds an output intent to the collection.
Clear()Removes all output intents from the collection.
Contains(OutputIntent)Determines whether the collection contains a specific output intent.
CopyTo(OutputIntent[], int)Copies the elements of the collection to the array,starting at the particular arrayIndex into the array.
GetEnumerator()Returns an enumerator that iterates through the collection.
Remove(OutputIntent)Removes the first occurrence of a specific output intent from the collection.

See Also