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
Assemblies:   Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
  Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.2704
Syntax
public int Version { get; }

Property Value

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