PDF Viewer ActiveX Control

LoadPDFFile

 

Load the PDF file.

Public Function LoadPDFFile( 
  ByVal strPDFFile  As String
 ) as Bool

 

No Parameter

Return Value
0 - successful, otherwise return -1.

Example

   

Visual Basic Syntax
PDFViewer1.LoadPDFFile "c:\test.pdf"