Uses of Class
com.realobjects.pdfreactor.Configuration.ColorSpaceSettings
Packages that use Configuration.ColorSpaceSettings
-
Uses of Configuration.ColorSpaceSettings in com.realobjects.pdfreactor
Methods in com.realobjects.pdfreactor that return Configuration.ColorSpaceSettingsModifier and TypeMethodDescriptionConfiguration.ColorSpaceSettings.setCmykIccProfile(Configuration.Resource cmykIccProfile) Specifies the ICC profile which defines the CMYK color space into or from which CSS colors and images are converted, ifenabled.Configuration.ColorSpaceSettings.setColorConversionIntent(Configuration.ColorConversionIntent conversionIntent) Specifies how colors are converted between RGB and CMYK color spaces with an ICC profile.Configuration.ColorSpaceSettings.setConversionEnabled(Boolean conversionEnabled) Enables the conversion of CSS colors and images to thetarget color spaceusing thespecified CMYK ICC profileor naively if there is none.Configuration.ColorSpaceSettings.setTargetColorSpace(Configuration.ColorSpace targetColorSpace) Specifies the target color-space of the PDF, i.e.Methods in com.realobjects.pdfreactor with parameters of type Configuration.ColorSpaceSettingsModifier and TypeMethodDescriptionfinal ConfigurationConfiguration.setColorSpaceSettings(Configuration.ColorSpaceSettings colorSpaceSettings) Specifies color space related settings.