OutputIntents.Add

OutputIntents.Add method

Adds an output intent to the collection.

public void Add(OutputIntent item)
ParameterTypeDescription
itemOutputIntentThe output intent to add to the collection.

Exceptions

exceptioncondition
ArgumentNullExceptionThe item is null.
InvalidOperationExceptionThe document that contains the collection has no catalog to access the OutputIntents.

See Also