Click or drag to resize

PdfiumFPDF_SetSandBoxPolicy Method

Set the policy for the sandbox environment.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDF_SetSandBoxPolicy(
	SandboxPolicies policy,
	bool enable
)

Parameters

policy  SandboxPolicies
The specified policy for setting, for example:FPDF_POLICY_MACHINETIME_ACCESS.
enable  Boolean
True for enable, False for disable the policy.
See Also