Click or drag to resize

PdfiumFPDFDICT_IsSignatureDict Method

Determines whether the Dictionary is a signature field.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public static bool FPDFDICT_IsSignatureDict(
	IntPtr handle
)

Parameters

handle  IntPtr
Handle to Dictionary object.

Return Value

Boolean
true if the Dictionary is a signature field; otherwise, false.
See Also