Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.23
|
Leadtools.Pdf Assembly > Leadtools.Pdf Namespace > PDFFile Class > PDFFile Constructor : PDFFile Constructor(String) |
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.