OutputIntents.Remove

OutputIntents.Remove method

Removes the first occurrence of a specific output intent from the collection.

public bool Remove(OutputIntent item)
ParameterTypeDescription
itemOutputIntentThe output intent to remove from the collection.

Return Value

true if item was successfully removed from the collection; false if item was not found in the original collection.

See Also