SetAnnotationFirstPageOnly

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

  

SetAnnotationFirstPageOnly (pDevMode As Long, bEnable As Boolean) As Boolean

 

Input value    - Handle to the BlackIceDEVMODE structure

Input value    - 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, FALSE otherwise.


NOTE: For 32-bit applications, use pDevMode as Integer, instead of Long.