VpeSetPageHeight

<< Click to Display Table of Contents >>

Navigation:  Layout Functions >

VpeSetPageHeight

Previous pageReturn to chapter overviewNext page

Sets the page height for the current page to a user defined value. Also all newly with PageBreak() added pages will have this height.

void VpeSetPageHeight(

VpeHandle hDoc,

VpeCoord page_height

)

VpeHandle hDoc

Document Handle

VpeCoord page_height

the height of the current page

Default:

29.70 (29.7cm = height of VPAPER_A4)

Remarks:

see VpeSetPageFormat()

and VpeSetPageWidth