Click or drag to resize

Doc_submitForm_callback Delegate

Send the form data to a specified URL.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public delegate void Doc_submitForm_callback(
	IPDF_JSPLATFORM pThis,
	byte[] formData,
	int length,
	string Url
)

Parameters

pThis  IPDF_JSPLATFORM
Pointer to the interface structure itself
formData  Byte
Pointer to the data buffer to be sent.
length  Int32
The size,in bytes, of the buffer pointed by formData parameter.
Url  String
The URL to send to.
Remarks
Required: Yes.
See Also