Accusoft.PdfXpress6.Net
Remove Method (DocumentCollection)




A Document to be removed from the collection.
Removes the specified Document from the collection.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal doc As Document _
) 
'Usage
 
Dim instance As DocumentCollection
Dim doc As Document
 
instance.Remove(doc)
public void Remove( 
   Document doc
)
public: void Remove( 
   Document* doc
) 
public:
void Remove( 
   Document^ doc
) 

Parameters

doc
A Document to be removed from the collection.
Remarks

This method internally calls Dispose() on the Document in the DocumentCollection.

See Also

Reference

DocumentCollection Class
DocumentCollection Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback