GetPdfColorPatterns

This value specifies if color patterns are used for the stroking and filling colors in the resulting PDF document or a threshold is applied for them.

 

GetPdfColorPatterns (pBlackIceDEVMODE As Long) As Boolean

 

Input value    - pointer to the BlackIceDEVMODE structure.

Return value - 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

 

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