#include “BIADVPRN.H”
BOOL SetLossRatio( DWORD lossratio,
DEVMODE* pDevMode);
Description
Sets the LossRatio member of the BlackIceDEVMODE. Sets the value of the 'JPEG loss ratio' slider.
Parameters
|
DWORD |
lossratio |
JPEG loss ratio (DWORD number). |
|
DEVMODE* |
pDevMode |
Pointer to the DEVMODE structure. |
Return values
TRUE if the member was successfully set, otherwise FALSE.
Requirements
Header : Declared in BiAdvPrn.h; include BiAdvPrn.h.
Library : Use BiAdvPrn.lib.
DLLs : BiAdvPrn.dll.