Aspose::Pdf::OutputIntents class

OutputIntents class

Represents the collection of OutputIntent.

class OutputIntents : public System::Collections::Generic::ICollection<System::SharedPtr<Aspose::Pdf::OutputIntent>>

Methods

MethodDescription
Add(const System::SharedPtr<OutputIntent>&) overrideAdds an output intent to the collection.
Clear() overrideRemoves all output intents from the collection.
Contains(const System::SharedPtr<OutputIntent>&) const overrideDetermines whether the collection contains a specific output intent.
CopyTo(System::ArrayPtr<System::SharedPtr<OutputIntent>>, int32_t) overrideCopies the elements of the collection to the array ,starting at the particular arrayIndex into the array.
get_Count() const overrideGets the number of output intents contained in the collection.
get_IsReadOnly() const overrideGets a value indicating whether the collection is read-only.
GetEnumerator() overrideReturns an enumerator that iterates through the collection.
idx_get(int32_t)Gets the output intent at the specified index .
Remove(const System::SharedPtr<OutputIntent>&) overrideRemoves the first occurrence of a specific output intent from the collection.

See Also