←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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly