#include “BlackIceDEVMODE.h”
BOOL GetPdfAColorPatterns(BlackIceDEVMODE* pDevMode, BOOL* bEnable);
Description
This value specifies if color patterns are used for the stroking and filling colors in the resulting PDF/A document or a threshold is applied for them.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
BOOL* bEnable - pointer to the variable, that 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