Click or drag to resize

PdfTranslatorDocumentType Property

Specifies the type of PDF document that will be produced, including PDF-A.

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 PdfDocumentType DocumentType { get; set; }

Property Value

Type: PdfDocumentType
A value indicating the type of PDF document that will be produced.
Remarks

The default value is PdfDocumentType.Default which allows the encoder the greatest latitude in creating PDF files.

,When using PDFA1b, the user must either provide appropriate ColorSpaces for all images or set GenerateDefaultColorProfile to true. ,

See Also