Click or drag to resize

PdfWebControlLiteDisablePreloading Property

Gets or sets a value indicating whether the next page should be preloaded in a PdfWebControlLite.

Namespace:  RadPdf.Web.UI
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public bool DisablePreloading { get; set; }

Property Value

Type: Boolean
true the page after the current page will NOT be preloaded from the server; otherwise false and the page will be preloaded by RAD PDF. The default is false.
Remarks

This property works for both client and server side rendering.

See Also