Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

Settings Property

Show in webframe
The AJAX request settings.
Syntax
get_settings();
Object.defineProperty('settings');

Property Value

TypeDescription
ObjectAn object of type JQueryAjaxSettings that contains the settings for the AJAX request.
Remarks

The data property of JQueryAjaxSettings should be a JSON-stringified object (a string) for POST requests, and an object for GET requests.

Refer to PrepareAjax for more information.

See Also

Reference

PrepareAjaxEventArgs Object
PrepareAjaxEventArgs Members

Error processing SSI file