bvDirectPrintToBitmap
The function outputs one page to the specified file.
BESTVIEWAPI(LONG) bvDirectPrintToBitmap(LONG nPage,LONG
Width,LONG Height,LPCTSTR pszFileName,BESTVIEW::PCOREPREVIEW_CALLBACK
pCorePreviewCallback)
Parameters:
-
nPage
- page number
-
Width
- width of the target image, i pixels
-
Height
- height of the target image, i pixels
-
pszFileName
- the name of file where to out to
-
pCorePreviewCallback - a pointer to
COREPREVIEW_CALLBACK callback structure
Return value: nonzero means success, zero - failure.