DwfPageDataCollectionInsert Method
|
Inserts the specified DWFPageData object to
the collection at the provided index.
Namespace: Teigha.Export_Import
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public void Insert(
int index,
DWFPageData value
)
Public Sub Insert (
index As Integer,
value As DWFPageData
)
public:
void Insert(
int index,
DWFPageData^ value
)
member Insert :
index : int *
value : DWFPageData -> unit
Parameters
- index Int32
- [in] Index at which to insert the DWFPageData object.
- value DWFPageData
- [in] DWFPageData object to insert.
Remarks
This method throws
the ArgumentOutOfRangeException exception if the provided index is
invalid.
See Also