Click or drag to resize

PdfiumFPDF_IsOwnerPasswordIsUsed Method

Gets a flag indicating whether the owner password was used when opening the document.

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

Parameters

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

Return Value

Boolean
True if owner passward was used.
See Also