LEADTOOLS PDF (Leadtools.Pdf assembly)

Load Method

Show in webframe





Loads this PDFFile object and populate its pages collection and document properties.
Syntax
public void Load()
'Declaration
 
Public Sub Load() 
'Usage
 
Dim instance As PDFFile
 
instance.Load()

            

            
public:
void Load(); 
Remarks

This method will load the PDF file set in FileName (using the password set in Password if the PDF file is secured) and populate the following properties:

This method will fail with an exception if the file in FileName is not a valid PDF file. In certain case, you can set the name of a Postscript file in FileName, for example, before calling the Distill method. But you should not call Load in this case.

Example

For an example, refer to PDFFile.

Requirements

Target Platforms

See Also

Reference

PDFFile Class
PDFFile Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.