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




A PdfXpress object.
An OpenOptions object which contains document information.
Creates a PDF document containing an existing PDF file.
Syntax
'Declaration
 
Public Function New( _
   ByVal pdfXpress As PdfXpress, _
   ByVal options As OpenOptions _
)
'Usage
 
Dim pdfXpress As PdfXpress
Dim options As OpenOptions
 
Dim instance As New Document(pdfXpress, options)
public Document( 
   PdfXpress pdfXpress,
   OpenOptions options
)
public: Document( 
   PdfXpress* pdfXpress,
   OpenOptions* options
)
public:
Document( 
   PdfXpress^ pdfXpress,
   OpenOptions^ options
)

Parameters

pdfXpress
A PdfXpress object.
options
An OpenOptions object which contains document information.
See Also

Reference

Document Class
Document Members
Overload List

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback