GetAnnotationFirstPageOnly

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

 

GetAnnotationFirstPageOnly (pDevMode As Long) As Boolean

 

Input value    - handle 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.

 


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