<< Click to Display Table of Contents >> VpeGetDevPrintableHeight |
[Windows platform only; not supported by the Community Edition]
Returns the printable height for the currently selected output device. Printers have an unprintable area on the paper. This is the area around the paper margins where a printer can not print on due to technical limitations of the printing mechanism.
The value returned by this function considers the unprintable area of the top and bottom margin and returns the resulting printable height.
VpeCoord VpeGetDevPrintableHeight(
VpeHandle hDoc
)
VpeHandle hDoc
Document Handle
Returns:
the printable height
Remarks:
In case of an error, LastError is set to VERR_COMMON.