Click or drag to resize

PdfiumFPDFSTRING_IsHex Method

Returns a Boolean value that indicates whether a String is a hex.

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

Parameters

handle  IntPtr
Handle to a string object

Return Value

Boolean
true if the String object is a hex, otherwise false.
See Also