Click or drag to resize

Field_browse_callback Delegate

Show a file selection dialog, and return the selected file path.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public delegate int Field_browse_callback(
	IPDF_JSPLATFORM pThis,
	IntPtr filePath,
	int length
)

Parameters

pThis  IPDF_JSPLATFORM
Pointer to the interface structure itself.
filePath  IntPtr
Pointer to the data buffer to receive the file path.Can be NULL.
length  Int32
The length of the buffer, number of bytes. Can be 0.

Return Value

Int32
Number of bytes the filePath consumes, including trailing zeros.
Remarks
Required: Yes. The filePath shoule be always input in local encoding.
See Also