Description
Get/set the status of enabler of using the image encoding filter set by the ColorImageFilter.
If false, the image is embedded on page as uncompressed.
Default = true.
Syntax
optprint.EncodeColorImages [=] True | False |
optprint
print options object created by Fred.GetPDFOptions("") or Ted.GetPDFOptions("")
Example
Dim optPrint As Editorial.PrintOptions = Nothing
optPrint = Fred.GetPDFOptions("")
optPrint.EncodeColorImages = False
See also