ZeeGrid Control Message

ZGM_SETPRINTPOINTSIZE


ZGM_SETPRINTPOINTSIZE

An application sends a ZGM_SETPRINTPOINTSIZE message to set the printing font size.

ZGM_SETPRINTPOINTSIZE
wParam = (WPARAM)(int) iPointSize;   //size of print font in points for printer output
lParam = 0;                          //not used; must be zero

Parameters

iPointSize
The value of wParam. The point size of the font to use when printing the ZeeGrid.

Return Values

This message does not return a value.

Copyright © 2002-2016 by David Hillard