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.48.0.0 (3.48.0.0)
Syntax public bool DisablePreloading { get; set; }
Public Property DisablePreloading As Boolean
Get
Set
Property Value
Type:
Booleantrue 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