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
ParameterTypeDescription
itemconst 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