Click or drag to resize

PdfGeneratedDocumentPdfVersion 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.PdfDoc.Generating
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.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