vpdf_AddPage

 

vpdf_AddPage(hVPDF As Long, dwPageNumber As Integer, hDIB As Long) As Boolean

 

Description

 

The vpdf_AddPage function adds a DIB (bitmap) to the PDF as a new page before the specified page number. After modifying the pages, the PDF file must be saved with the vpdf_SaveVectorPDFFile function.

 

Parameters

 

Long

hVPDF

Handle to a Vector PDF object.

Integer

dwPageNumber

The 0 based index of the new page.

Long

hDIB

Handle to the DIB image.

 

Return value

TRUE on success, otherwise FALSE.