convertCustomColors

Enable/disable conversion of custom colors to CMYK.
[read/write property] convertCustomColors([out, retval] VARIANT_BOOL *cvt) convertCustomColors([in] VARIANT_BOOL cvt)
This property enables (when set to true) or disables (when set to false) conversion of custom colors to CMYK for the purpose of computing all statistics.

By default, custom (spot) colors are counted separately from process colors. Instead, they can be converted to process colors, by setting this flag.

The default value is disabled.

VB:
' enable conversion of custom colors to CMYK pdf.convertCustomColors = True