SetAnnotationFirstPageOnly

 

#include “BlackIceDEVMODE.h”

BOOL SetAnnotationFirstPageOnly (BlackIceDEVMODE* pBlackIceDevMode, BOOL bFirstPageOnly);

 

Description

Sets the BLF_ANNOTATION_FIRSTPAGEONLY flag. Sets the value of the ‘Add annotation to the first page only’ checkbox.

Parameters

BlackIceDEVMODE* pDevMode  - pointer to the BlackIceDEVMODE structure.

BOOL bFirstPageOnly                    - If TRUE: The Annotation is applied to the first page only.

                                                              If FALSE: The Annotation is applied to all pages.

 

Return value:

TRUE on success, otherwise FALSE.

Programming Notes

None

Code Example

None