maxQueryDelay Property

Summary

Maximum backoff when querying the document's conversion status.

Syntax
TypeScript
JavaScript
Object.defineProperty(PDFPrinterOptions.prototype, 'maxQueryDelay', 
   get: function(), 
   set: function(value) 
) 
maxQueryDelay: number; 

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.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.