vpdf_CreatePDFFile(dwFlags As Integer) As Long
Description
Creates a new empty PDF file in memory. Use the vpdf_AddPage or vpdf_AddPageOCR functions to add pages to the PDF file.
Parameters
Integer |
dwFlags |
Reserved for future use, set it to 0. |
Return value
Returns a handle to the new Vector PDF object.