Click or drag to resize

PdfTranslatorGenerateDefaultColorProfile Property

Specifies if the PdfTranslator should try to generate it's default ColorProfiles for images added.

Namespace:  Atalasoft.Ocr
Assembly:  Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public bool GenerateDefaultColorProfile { get; set; }

Property Value

Type: Boolean
A boolean which specifies if the PdfTranslator will try to automatically generate ColorProfiles for embedded images.
Remarks

This is designed to primarily be used for automatic PDFA compliance.

Currently, CMYK Color Profiles cannot be automatically generated.

See Also