Aspose::Pdf::BaseOperatorCollection::CopyTo method
BaseOperatorCollection::CopyTo method
Copies operators into operators list.
void Aspose::Pdf::BaseOperatorCollection::CopyTo(System::ArrayPtr<System::SharedPtr<Operator>> array, int32_t index) override=0
| Parameter | Type | Description |
|---|---|---|
| array | System::ArrayPtr<System::SharedPtr<Operator>> | Array with operators which must to be copied. This array must be Object[] or Operator[]. |
| index | int32_t | Starting index from which operators will be copied |
See Also
- Typedef ArrayPtr
- Typedef SharedPtr
- Class Operator
- Class BaseOperatorCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++