| ImagePlacementCollectionCopyTo Method |
Copies the entire collection to a compatible one-dimensional Array, starting at the specified index of the target array
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic void CopyTo(
ImagePlacement[] array,
int index
)
Public Sub CopyTo (
array As ImagePlacement(),
index As Integer
)
public:
virtual void CopyTo(
array<ImagePlacement^>^ array,
int index
) sealed
abstract CopyTo :
array : ImagePlacement[] *
index : int -> unit
override CopyTo :
array : ImagePlacement[] *
index : int -> unit Parameters
- array
- Type: Aspose.PdfImagePlacement
Array of objects which will be copied. - index
- Type: SystemInt32
Starting index from which copying will be started.
Implements
ICollectionTCopyTo(T, Int32)
See Also