Accusoft.PdfXpress6.Net
Add(String) Method




A string which represents the filename of the document.
Creates a new (unsecured) Document and adds it to the current collection.
Syntax
'Declaration
 
Public Overloads Function Add( _
   ByVal filename As String _
) As Integer
'Usage
 
Dim instance As DocumentCollection
Dim filename As String
Dim value As Integer
 
value = instance.Add(filename)
public int Add( 
   string filename
)
public: int Add( 
   string* filename
) 
public:
int Add( 
   String^ filename
) 

Parameters

filename
A string which represents the filename of the document.

Return Value

An integer value which represents the index location of where the new file is in the collection.
See Also

Reference

DocumentCollection Class
DocumentCollection Members
Overload List

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback