 | PdfiumFPDF_GetSecurityHandlerRevision Method |
Get the revision for security handler.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static int FPDF_GetSecurityHandlerRevision(
IntPtr document
)
Public Shared Function FPDF_GetSecurityHandlerRevision (
document As IntPtr
) As Integer
public:
static int FPDF_GetSecurityHandlerRevision(
IntPtr document
)
static member FPDF_GetSecurityHandlerRevision :
document : IntPtr -> int
public static int FPDF_GetSecurityHandlerRevision(
IntPtr document
)
Patagames.Pdf.Pdfium.FPDF_GetSecurityHandlerRevision = function(document);
Parameters
- document IntPtr
- Handle to document. Returned by FPDF_LoadDocument(String, String) function.
Return Value
Int32The security handler revision number. Please refer to
PDF Reference for detailed description. If the document is not protected, -1 will be returned.
See Also