Aspose::Pdf::OperatorCollection::Remove method

OperatorCollection::Remove method

Remove operator from the collection.

bool Aspose::Pdf::OperatorCollection::Remove(const System::SharedPtr<Operator> &op) override
ParameterTypeDescription
opconst System::SharedPtr<Operator>&Operator to be removed.

ReturnValue

True if operator was found and removed. False if operator did not belong to the collection.

See Also