Accusoft.PdfXpress6.Net
RemoveAt Method




An integer value which represents the index location which matches the document to remove from the collection.
Removes the provided Document from the collection.
Syntax
'Declaration
 
Public Shadows Sub RemoveAt( _
   ByVal index As Integer _
) 
'Usage
 
Dim instance As DocumentCollection
Dim index As Integer
 
instance.RemoveAt(index)
public new void RemoveAt( 
   int index
)
public: new void RemoveAt( 
   int index
) 
public:
new void RemoveAt( 
   int index
) 

Parameters

index
An integer value which represents the index location which matches the document to remove 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