#include “BIADVPRN.H”
BOOL IsWatermarkOnFirstPageOnlyEnabled(DEVMODE* pDevMode);
Description
Returns the BLF_WATERMARK_FIRST_PAGE_ONLY flag. Represents the value of the ‘Add Watermark To the first page only’ checkbox.
Parameters
|
DEVMODE* |
pDevMode |
Pointer to the DEVMODE structure. |
Return values
TRUE if the ‘Add Watermark To the first page only’ checkbox is checked.
Requirements
Header : Declared in BiAdvPrn.h; include BiAdvPrn.h.
Library : Use BiAdvPrn.lib.
DLLs : BiAdvPrn.dll.