TPVAPIPageSize
This structure defines the parameters used by the VAPIMWP_DRAW_GETPAGESIZE message to get the size of a page.
Syntax
#include <kvvapi.h> typedef struct tag_TPVAPIPageSize { unsigned int nPage; unsigned int nWidth; unsigned int nHeight; } TPVAPIPageSize;
Members
nPage
|
The page number. |
nWidth
|
The default width of the page. |
nHeight
|
The default height of the page. |