Click or drag to resize

PdfTranslator Constructor (PdfDocumentType)

Constructs a new PdfTranslator object.

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 PdfTranslator(
	PdfDocumentType documentType
)

Parameters

documentType
Type: Atalasoft.PdfDocPdfDocumentType
The type of PDF document to create. This can be used to select a PDF/A-1B document.
Remarks
Note that PDF/A-1B documents will be larger as they require all fonts to be embedded and images may not use JBIG2 or JPEG2000 encoders.
See Also