Aspose::Pdf::OperatorCollection::CopyTo method

OperatorCollection::CopyTo method

Copies operators into operators list.

void Aspose::Pdf::OperatorCollection::CopyTo(System::ArrayPtr<System::SharedPtr<Operator>> array, int32_t index) override
ParameterTypeDescription
arraySystem::ArrayPtr<System::SharedPtr<Operator>>Array with operators which must to be copied. This array must be Object[] or Operator[].
indexint32_tStarting index from which operators will be copied

See Also