PdfVersion

XmpPdfPackage.PdfVersion property

Gets or sets the PDF file version. For example, 1.0, 1.3 and so on.

public string PdfVersion { get; set; }

Property Value

The PDF version.

See Also