If TRUE, the barcode will be printed to the first page only, otherwise it will be printed to every page of the document.
IsBarcodeFirstPageOnly (pDevMode As Long) As Boolean
Input value - pDevMode: handle to the BlackIceDEVMODE structure
Return value - TRUE if the barcode is printed to the first page only, FALSE otherwise.
NOTE: For 32-bit applications, use pDevMode as Integer, instead of Long.