M_PDFiumSharp_PDFium_FPDF_GetFileVersion - ArgusMagnus/PDFiumSharp GitHub Wiki
Get the file version of the given PDF document.
Namespace: PDFiumSharp
Assembly: PDFiumSharp (in PDFiumSharp.dll) Version: 1.0.0
C#
public static bool FPDF_GetFileVersion(
	FPDF_DOCUMENT doc,
	out int fileVersion
)
- doc
 - Type: PDFiumSharp.Types.FPDF_DOCUMENT
Handle to a document. - fileVersion
 - Type: System.Int32
The PDF file version. File version: 14 for 1.4, 15 for 1.5, ... 
Type: Boolean
True if succeeds, false otherwise.
If the document was created by FPDF_CreateNewDocument(), then this function will always fail.