vpdf_RotatePage

 

vpdf_RotatePage(hVPDF As Long, dwPageNumber As Integer, eRotation As Integer) As Boolean

 

Description

 

The vpdf_RotatePage function rotates the specified page clockwise. 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 rotated.

Integer

eRotation

The degree of rotation. One of the following values:

 

BIVPDF_ROTATE_90 (1)

BIVPDF_ROTATE_180 (2)

BIVPDF_ROTATE_270 (3)

 

Return value

 

TRUE on success, otherwise FALSE.