[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Layout.PdfOutputSettings.PdfVersion

PdfVersion Property

PdfVersion

Gets or sets the PDF Version of the generated document. See GrapeCity.Documents.Pdf.GcPdfDocument.PdfVersion for details.

By default the version is determined automatically based on which features are used in this document. Setting this property to a non-null string in the format "1.X" (where X is a digit from 0 to 9) overrides the automatic value with the specified one.

Declaration
public string PdfVersion { get; set; }
Public Property PdfVersion As String