TPVAPIDrawFileInfo
This structure defines the parameters used by the VAPIMWP_DRAW_DRAWTOFILE message to draw a page to a graphic file.
Syntax
#include <kvvapi.h> typedef struct tag_TPVAPIDrawFileInfo { LPSTR lpszTarget; LPSTR lpszGfxOutput; UINT uPageNumber; int iWidth; int iHeight; int iPicXRes; int iPicYRes; int iCompressionQuality; } TPVAPIDrawFileInfo;
Members
|
The target path and file name to which the page is written. The file should use one of the following four extensions:
|
|
The output graphics format. The following options are available:
|
|
The number of the page to be rasterized into a thumbnail. Page numbers start at 0. For example, set If the |
|
The maximum picture width (in TWIPS). |
|
The maximum picture height (in TWIPS). |
|
The desired horizontal resolution ( |
|
The desired vertical resolution ( |
|
This parameter controls the output quality of graphics that support compression quality (for example, JPEG). The valid range is The default is |