Click or drag to resize

PdfWebControlLiteDisableLoadThumbnailsOnDemand Property

Gets or sets a value indicating whether thumbnails in this PdfWebControlLite are loaded as needed (on demand) or all at once.

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

Property Value

Type: Boolean
true if all thumbnails are loaded when the viewer starts; otherwise false and thumbnails are loaded as needed. The default is false.
Remarks
This property has no effect if HideThumbnails is set to true.
See Also