Enables or disables the Upload to HTTP option. The Upload to HTTP option uploads the printed documents to a selected HTTP server after printing.
SetHTTPEnabled (pDevMode As Long, bEnable As Boolean) As Boolean
Input value pDevMode: - handle to the BlackIceDEVMODE.
Input value bEnable: - set to TRUE to enable the Upload to HTTP feature, set to FALSE to disable it.
Return value - TRUE on success, otherwise FALSE.
NOTE: For 32-bit applications, use pDevMode as Integer, instead of Long.