Click or drag to resize

PdfTranslatorPdfVersion Property

Gets or sets the desired PDF version for the output document. Currently, this will accept 2.0 value and values from 1.0 to 1.7 in increments of 0.1. Other values will be rejected. Defaults to 1.4.

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 double PdfVersion { get; set; }

Property Value

Type: Double
The PDF version of the output document.
Remarks
Setting this value indicates the maximum version desired. It is possible that the output document could be read under earlier versions of the PDF standard, but it will be marked as the number specified. AdjustPdfVersionAsNeeded can be used to make an automatic setting.
See Also