DwfPageDataCollectionRemove Method
|
Removes the DWFPageData object that matches
the specified DWFPageData object from the collection.
Namespace: Teigha.Export_Import
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public void Remove(
DWFPageData value
)
Public Sub Remove (
value As DWFPageData
)
public:
void Remove(
DWFPageData^ value
)
member Remove :
value : DWFPageData -> unit
Parameters
- value DWFPageData
- [in] DWFPageData object to match for removal.
See Also