vpdf_DeletePage

 

vpdf_DeletePage(hVPDF As Long, dwPageNumber As Integer) As Boolean

 

Description

 

The vpdf_DeletePage function deletes the specified page. 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 page to be deleted.

 

Return value

TRUE on success, otherwise FALSE.