Aspose::Pdf::OutputIntents::Remove method
OutputIntents::Remove method
Removes the first occurrence of a specific output intent from the collection.
bool Aspose::Pdf::OutputIntents::Remove(const System::SharedPtr<OutputIntent> &item) override
| Parameter | Type | Description |
|---|---|---|
| item | const System::SharedPtr<OutputIntent>& | The output intent to remove from the collection. |
ReturnValue
true
Remarks
if item was successfully removed from the collection; false
if item was not found in the original collection.
See Also
- Typedef SharedPtr
- Class OutputIntent
- Class OutputIntents
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++