Accusoft.PdfXpress7.Net
Document Constructor(PdfXpress,String,String)




A PdfXpress object.
A string value which represents the document filename.
A string value which represents the password for the document.
Creates a PDF document containing an existing PDF file.
Syntax
'Declaration
 
Public Function New( _
   ByVal pdfXpress As PdfXpress, _
   ByVal filename As String, _
   ByVal password As String _
)
'Usage
 
Dim pdfXpress As PdfXpress
Dim filename As String
Dim password As String
 
Dim instance As New Document(pdfXpress, filename, password)
public Document( 
   PdfXpress pdfXpress,
   string filename,
   string password
)
public: Document( 
   PdfXpress* pdfXpress,
   string* filename,
   string* password
)
public:
Document( 
   PdfXpress^ pdfXpress,
   String^ filename,
   String^ password
)

Parameters

pdfXpress
A PdfXpress object.
filename
A string value which represents the document filename.
password
A string value which represents the password for the document.
Exceptions
ExceptionDescription
PdfXpressExceptionThis exception occurs in the main PDF library.
See Also

Reference

Document Class
Document Members
Overload List

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback