DwfPageDataCollectionCopyTo Method
|
Copies the entire collection to the array
starting at the specified index.
Namespace: Teigha.Export_Import
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public void CopyTo(
DWFPageData[] array,
int index
)
Public Sub CopyTo (
array As DWFPageData(),
index As Integer
)
public:
void CopyTo(
array<DWFPageData^>^ array,
int index
)
member CopyTo :
array : DWFPageData[] *
index : int -> unit
Parameters
- array DWFPageData
- [out] Destination array.
- index Int32
- [in] The index in the destination array at which to begin
inserting.
See Also