SetPdfColorPatterns

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.

 

SetPdfColorPatterns (pBlackIceDEVMODE As Long, bEnable As Boolean) As Boolean

 

pBlackIceDEVMODE          - pointer to the BlackIceDEVMODE structure.

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.

 

NOTE: For 32-bit applications , use pBlackIceDEVMODE as Integer, instead of Long.