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