BaseOperatorCollectionCopyTo Method
Copies operators into operators list.

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public abstract void CopyTo(
	Operator[] array,
	int index
)

Parameters

array
Type: Aspose.PdfOperator
Array with operators which must to be copied. This array must be Object[] or Operator[].
index
Type: SystemInt32
Starting index from which operators will be copied

Implements

ICollectionTCopyTo(T, Int32)
See Also