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




A PdfXpress object.
A string value which represents the document filename.
A boolean value which is true to repair the document. Otherwise false should be used.
Creates a PDF document containing an existing PDF file.
Syntax
'Declaration
 
Public Function New( _
   ByVal pdfXpress As PdfXpress, _
   ByVal filename As String, _
   ByVal doRepair As Boolean _
)
'Usage
 
Dim pdfXpress As PdfXpress
Dim filename As String
Dim doRepair As Boolean
 
Dim instance As New Document(pdfXpress, filename, doRepair)
public Document( 
   PdfXpress pdfXpress,
   string filename,
   bool doRepair
)
public: Document( 
   PdfXpress* pdfXpress,
   string* filename,
   bool doRepair
)
public:
Document( 
   PdfXpress^ pdfXpress,
   String^ filename,
   bool doRepair
)

Parameters

pdfXpress
A PdfXpress object.
filename
A string value which represents the document filename.
doRepair
A boolean value which is true to repair the document. Otherwise false should be used.
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