OperatorCollectionCopyTo Method |
Copies operators into operators list.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic override void CopyTo(
Operator[] array,
int index
)
Public Overrides Sub CopyTo (
array As Operator(),
index As Integer
)
public:
virtual void CopyTo(
array<Operator^>^ array,
int index
) override
abstract CopyTo :
array : Operator[] *
index : int -> unit
override CopyTo :
array : Operator[] *
index : int -> unit
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