Initializes a new PDFFile object and associates it with the name of a PDF file.
Public Function New( _
ByVal fileName As String _
)
public:
PDFFile(
String^ fileName
)
fileName
The name of the file to be associated with this PDFFile.
This constructor will initialize the properties of the PDFFile object as follows:
Password will be set to null
DocumentProperties will be set to null
Pages collection will be set to null
After the filename and optional password are set, call the Load method to populate the DocumentProperties and Pages properties of this PDFFile object with the values read from the file.
In certain situation, you may want to associate a PDFFile with a Postscript and not a PDF file. For example, to create a PDFFile object and call its Distill method to convert the Postscript file to PDF.
For an example, refer to PDFFile.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET