vpdf_OpenVectorPDFFile(szFileName as String, szPassword as String, dwFlags as Integer) as Long
Description
Opens a PDF file for reading.
Parameters
String |
szFileName |
File name, including full path of the PDF file to open. |
String |
szPassword |
Password for the PDF file if there is any. An empty string can used if the password is not known. |
Integer |
dwFlags |
Options for opening the file. Currently the only usable value is 0, or BIVPDF_SHOW_PASSWORD_DIALOG (1). |
|
|
If BIVPDF_SHOW_PASSWORD_DIALOG is specified and the PDF file is password protected, the BiPDF.dll will show a dialog where the password can be entered by the user. |
Return value
Returns a handle to the Vector PDF object.