←Select platform

Load Method

Summary
Loads this PDFFile object and populate its pages collection and document properties.
Syntax
C#
VB
C++
Java
public void Load() 
Public Sub Load()  
public void 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. However, it is possible to use the name of a Postscript file in FileName, and then call the Distill method (but in such a situation, do not call Load).

Example

For an example, refer to PDFFile.

Requirements

Target Platforms

See Also

Reference

PDFFile Class

PDFFile Members

Help Version 21.0.2021.7.6
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.