#include “BlackIceDEVMODE.h”
BOOL SetPdfColorPatterns (BlackIceDEVMODE* pDevMode, BOOL bEnable);
Description
This value specifies if color patterns should be used for the stroking and filling colors in the resulting PDF document or a threshold should be applied for them.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
BOOL bEnable - contains the state of the color patterns option:
FALSE: color patterns disabled, threshold will be applied for the colors
TRUE: patterns will be generated for the stroking and filling colors for better visual accuracy
Return value
TRUE on success, otherwise FALSE.
Programming Notes
None
Code Example
None