Error processing SSI file
LEADTOOLS PDF (Leadtools.Pdf assembly)

Show in webframe

PDFFile Constructor(String)






The name of the file to be associated with this PDFFile.
Initializes a new PDFFile object and associates it with the name of a PDF file.
Syntax
public PDFFile( 
   string fileName
)
'Declaration
 
Public Function New( _
   ByVal fileName As String _
)
'Usage
 
Dim fileName As String
 
Dim instance As New PDFFile(fileName)
public:
PDFFile( 
   String^ fileName
)

Parameters

fileName
The name of the file to be associated with this PDFFile.
Remarks

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

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.

Example

For an example, refer to PDFFile.

Requirements

Target Platforms

See Also

Reference

PDFFile Class
PDFFile Members
Overload List

Error processing SSI file
   Leadtools.Pdf requires a PDF Pro, Pro Suite, Document, or Medical license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features