Aspose::Pdf::OperatorCollection::Insert metod

OperatorCollection::Insert(int32_t, const System::ArrayPtr<System::SharedPtr<Operator>>&) method

Infoga operatorer på den angivna positionen.

void Aspose::Pdf::OperatorCollection::Insert(int32_t at, const System::ArrayPtr<System::SharedPtr<Operator>> &ops)
ParameterTypBeskrivning
atint32_tIndex från vilket operatorer startas att infogas.
opsconst System::ArrayPtr<System::SharedPtr<Operator>>&Array av operatorer som ska infogas. Varje operator kan ha vilket index som helst (standardvärde -1) eftersom deras index justeras automatiskt med början från at.

Se även

OperatorCollection::Insert(int32_t, const System::SharedPtr<System::Collections::Generic::IList<System::SharedPtr<Operator>>>&) method

Infoga operatorer på den angivna positionen.

void Aspose::Pdf::OperatorCollection::Insert(int32_t at, const System::SharedPtr<System::Collections::Generic::IList<System::SharedPtr<Operator>>> &ops)
ParameterTypBeskrivning
atint32_tIndex från vilket operatorer startas att infogas.
opsconst System::SharedPtr<System::Collections::Generic::IList<System::SharedPtr<Operator>>>&Array av operatorer som ska infogas.

Se även

OperatorCollection::Insert(int32_t, System::SharedPtr<Operator>) method

Infogar operator i samlingen.

void Aspose::Pdf::OperatorCollection::Insert(int32_t index, System::SharedPtr<Operator> op) override
ParameterTypBeskrivning
indexint32_tIndex där ny operator måste läggas till.
opSystem::SharedPtr<Operator>Operator som kommer att infogas

Se även