Click or drag to resize

PdfDocumentVersion Property

Gets the file version of the specific PDF document. 14 for 1.4, 15 for 1.5, ...

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public int Version { get; }

Property Value

Int32
Remarks
If the document is created by method CreateNew(PdfForms), then return value would always zero.
See Also