#include “BlackIceDEVMODE.h”
BOOL GetAnnotationFirstPageOnly (BlackIceDEVMODE* pBlackIceDevMode);
Description
Returns the BLF_ANNOTATION_FIRSTPAGEONLY flag. Represents the value of the ‘Add annotation to the first page only’ checkbox
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
Return value:
If FALSE: The Annotation is applied to all pages.
If TRUE: The Annotation is applied to the first page only.
Programming Notes
None
Code Example
None