Aspose::Pdf::OperatorCollection::Add metod

OperatorCollection::Add(const System::ArrayPtr<System::SharedPtr<Operator>>&) method

Lägg till operatorer i slutet av innehållsoperatorerna.

void Aspose::Pdf::OperatorCollection::Add(const System::ArrayPtr<System::SharedPtr<Operator>> &ops)
ParameterTypBeskrivning
opsconst System::ArrayPtr<System::SharedPtr<Operator>>&Array av operatorer som ska läggas till. Varje operator kan ha vilket index som helst (standardvärde -1) eftersom de placeras i slutet av innehållsoperatorerna, d.v.s. index tilldelas automatiskt.

Se även

OperatorCollection::Add(const System::SharedPtr<Operator>&) method

Lägger till en ny operator i samlingen.

void Aspose::Pdf::OperatorCollection::Add(const System::SharedPtr<Operator> &op) override
ParameterTypBeskrivning
opconst System::SharedPtr<Operator>&Operator som måste läggas till

Se även

OperatorCollection::Add(const System::SharedPtr<System::Collections::Generic::ICollection<System::SharedPtr<Operator>>>&) method

Lägger till alla operatorer från en annan samling i samlingen.

void Aspose::Pdf::OperatorCollection::Add(const System::SharedPtr<System::Collections::Generic::ICollection<System::SharedPtr<Operator>>> &ops)
ParameterTypBeskrivning
opsconst System::SharedPtr<System::Collections::Generic::ICollection<System::SharedPtr<Operator>>>&samling som innehåller operatorer som kommer att läggas till.

Se även