←Select platform

Load Method

Summary

Loads this PDFFile object and populate its pages collection and document properties.

Syntax
C#
VB
C++
public void Load() 
Public Sub 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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly