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




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

Parameters

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

Reference

Document Class
Document Members
Overload List

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback