 | PdfiumFPDFDICT_IsSignatureDict Method |
Determines whether the Dictionary is a signature field.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic static bool FPDFDICT_IsSignatureDict(
IntPtr handle
)
Public Shared Function FPDFDICT_IsSignatureDict (
handle As IntPtr
) As Boolean
public:
static bool FPDFDICT_IsSignatureDict(
IntPtr handle
)
static member FPDFDICT_IsSignatureDict :
handle : IntPtr -> bool public static boolean FPDFDICT_IsSignatureDict(
IntPtr handle
)
Patagames.Pdf.Pdfium.FPDFDICT_IsSignatureDict = function(handle);
Parameters
- handle IntPtr
- Handle to Dictionary object.
Return Value
Booleantrue if the Dictionary is a signature field; otherwise, false.
See Also