maxQueryDelay Property (original) (raw)
Summary
Maximum backoff when querying the document's conversion status.
Syntax
Object.defineProperty(PDFPrinterOptions.prototype, 'maxQueryDelay',
get: function(),
set: function(value)
)
Property Value
The maxiumum number of seconds to back off in milliseconds. The default value is 30000.
Remarks
When the initial conversion status query is sent, the application waits for an initial number of milliseconds for the response. If no response is returned, the query is sent again with the delay doubled, repeating until the maxQueryDelay is reached.
For more information, refer to PDFPrinter.asPrintablePDF.
Leadtools.Document Assembly