VAPIMWP_PRINT_ANNOTATIONS
Specifies whether annotations are included in the printed output. To print a document, use either the VAPIMWP_PRINT_PRINT, or VAPIMWP_PRINT_PRINTTOPRINTER message. This is a parameter of the VAPIM_PRINT
message.
Syntax
#include <kvvapi.h> SendMessage(hWndVAPI, VAPIM_PRINT, VAPIMWP_PRINT_ANNNOTATIONS, (LPARAM) (BOOL) bPrintAnnotations );
Arguments
Argument | Description |
---|---|
hWndVAPI
|
The handle of the VAPI window. |
bPrintAnnotations
|
If TRUE , the document is printed with annotations. If FALSE , the document is printed without annotations. |
Returns
SendMessage()
returns TRUE
if the call succeeds.