Click or drag to resize

PdfiumFPDF_GetSecurityHandlerRevision Method

Get the revision for security handler.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static int FPDF_GetSecurityHandlerRevision(
	IntPtr document
)

Parameters

document  IntPtr
Handle to document. Returned by FPDF_LoadDocument(String, String) function.

Return Value

Int32
The security handler revision number. Please refer to PDF Reference for detailed description. If the document is not protected, -1 will be returned.
See Also