Accusoft.PdfXpress7.Net
Add(String,String) Method




A string which represents the full path to the file.
A string which represents the password to open the file with. A NULL string indicates an unprotected document.
Adds a Document with the provided parameters to the collection.
Syntax
'Declaration
 
Public Overloads Function Add( _
   ByVal filename As String, _
   ByVal password As String _
) As Integer
'Usage
 
Dim instance As DocumentCollection
Dim filename As String
Dim password As String
Dim value As Integer
 
value = instance.Add(filename, password)
public int Add( 
   string filename,
   string password
)
public: int Add( 
   string* filename,
   string* password
) 
public:
int Add( 
   String^ filename,
   String^ password
) 

Parameters

filename
A string which represents the full path to the file.
password
A string which represents the password to open the file with. A NULL string indicates an unprotected 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

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback