BaseOperatorCollection.CopyTo
BaseOperatorCollection.CopyTo method
Copies operators into operators list.
public abstract void CopyTo(Operator[] array, int index)
| Parameter | Type | Description |
|---|---|---|
| array | Operator[] | Array with operators which must to be copied. This array must be Object[] or Operator[]. |
| index | Int32 | Starting index from which operators will be copied |
See Also
- class Operator
- class BaseOperatorCollection
- namespace Aspose.Pdf
- assembly Aspose.PDF