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

LogErrors Property

Show in webframe
Indicate whether errors should be logged to the console.
Syntax
get_logErrors();
set_logErrors(value);
Object.defineProperty('logErrors');

Property Value

TypeDescription
booleantrue if errors should be logged to the JavaScript "console" object; otherwise, false. Default value is true.
Remarks

When the value of LogErrors is set to true (the default value), then the library will log the description message of any errors that may occur from calling the Documents service to the JavaScript "console" object.

See Also

Reference

DocumentFactory Object
DocumentFactory Members

Error processing SSI file