Loads this PDFFile object and populate its pages collection and document properties.
public void Load()
Public Sub Load()
public:
void Load();
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:
The Pages property will contain a list of PDFFilePage for each page in the PDF file.
The DocumentProperties property will contain the properties of the PDF file.
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).
For an example, refer to PDFFile.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET