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

Load Method






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()
 function Leadtools.Pdf.PDFFile.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: 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

 

 


Products | Support | Contact Us | Copyright Notices

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