OpenAsyncSettings
18 Nov 20251 minute to read
Gets or sets the asynchronous page loading settings for the document.
Properties
enable boolean
Gets or sets a value indicating whether to enable asynchronous page loading.
Defaults to false
incrementalPageLoadCount number
Gets or sets the number of pages to be incrementally loaded after initial pages loaded, during asynchronous document loading operation.
Defaults to 3
initialPageLoadCount number
Gets or sets the number of pages to be loaded initially during asynchronous document loading operation.
Defaults to 5