Aspose::Pdf::OutputIntents class
Contents
[
Hide
]OutputIntents class
Represents the collection of OutputIntent.
class OutputIntents : public System::Collections::Generic::ICollection<System::SharedPtr<Aspose::Pdf::OutputIntent>>
Methods
Method | Description |
---|---|
Add(const System::SharedPtr<OutputIntent>&) override | Adds an output intent to the collection. |
Clear() override | Removes all output intents from the collection. |
Contains(const System::SharedPtr<OutputIntent>&) const override | Determines whether the collection contains a specific output intent. |
CopyTo(System::ArrayPtr<System::SharedPtr<OutputIntent>>, int32_t) override | Copies the elements of the collection to the array ,starting at the particular arrayIndex into the array. |
get_Count() const override | Gets the number of output intents contained in the collection. |
get_IsReadOnly() const override | Gets a value indicating whether the collection is read-only. |
GetEnumerator() override | Returns an enumerator that iterates through the collection. |
idx_get(int32_t) | Gets the output intent at the specified index . |
Remove(const System::SharedPtr<OutputIntent>&) override | Removes the first occurrence of a specific output intent from the collection. |
See Also
- Class ICollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++