LEADTOOLS PDF (Leadtools.Pdf assembly)
LEAD Technologies, Inc

PDFFile Constructor()






Initializes a new PDFFile object with default parameters.
Syntax
public PDFFile()
'Declaration
 
Public Function New()
'Usage
 
Dim instance As New PDFFile()
public PDFFile()
function PDFFile()
public:
PDFFile();
Remarks

This constructor will initialize the properties of the PDFFile object as follows:

Before using any of the methods and properties of this PDFFile, you must set the FileName and optionally, the Password property to valid values.

After you set the file name and optional password, you can call the Load method to populate the DocumentProperties and Pages properties of this PDFFile object with the correct values read from the file. Or use any of the other file feature functions supported by this class.

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.

Example

For an example, refer to PDFFile.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFFile Class
PDFFile Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.