 | 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
Syntaxpublic int Version { get; }
Public ReadOnly Property Version As Integer
Get
public:
property int Version {
int get ();
}
member Version : int with get
/** @property */
public int get_Version()
Property Value
Type:
Int32
Remarks
See Also