 | PdfiumFPDF_IsOwnerPasswordIsUsed Method |
Gets a flag indicating whether the owner password was used when opening the document.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static bool FPDF_IsOwnerPasswordIsUsed(
IntPtr document
)
Public Shared Function FPDF_IsOwnerPasswordIsUsed (
document As IntPtr
) As Boolean
public:
static bool FPDF_IsOwnerPasswordIsUsed(
IntPtr document
)
static member FPDF_IsOwnerPasswordIsUsed :
document : IntPtr -> bool
public static boolean FPDF_IsOwnerPasswordIsUsed(
IntPtr document
)
Patagames.Pdf.Pdfium.FPDF_IsOwnerPasswordIsUsed = function(document);
Parameters
- document IntPtr
- Handle to document. Returned by FPDF_LoadDocument(String, String) function.
Return Value
BooleanTrue if owner passward was used.
See Also