clientPreFetchSize

Use this parameter to reduce the number of pages that are retrieved in the background when viewing PDF documents on the client.

When you set this parameter to any value greater than zero, the specified number of pages before and after the current page are read-ahead (prefetched).

The valid values for this parameter are 0 to 7, where a value of 0 means that no pages are prefetched.

This parameter only has an effect when rendering PDF documents with the HTML parameter clientPDFTileGeneration set to true. It does not apply to the rendering of other MIME types.

Sample syntax

<param name="ClientPreFetchSize" value="3" />

Default setting: 7