Aspose::Pdf::BaseOperatorCollection::Insert method

BaseOperatorCollection::Insert method

Inserts operator into collection.

virtual void Aspose::Pdf::BaseOperatorCollection::Insert(int32_t index, System::SharedPtr<Operator> op)=0
ParameterTypeDescription
indexint32_tIndex where new operator must be added
opSystem::SharedPtr<Operator>Operator which will be insterted

See Also