Description
Get/set the black color preserving. If true, perform a black-preserving transformation when converting.
Ignored if ConvertColors = 0.
Syntax
optprint.PreserveBlackColor [=] True | False |
optprint
print options object created by Fred.GetPDFOptions("") or Ted.GetPDFOptions("")
Example
Dim optPrint As Editorial.PrintOptions = Nothing
optPrint = Fred.GetPDFOptions("")
optPrint.PreserveBlackColor = True