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.48.0.0 (3.48.0.0)
Syntax public bool DisableLoadThumbnailsOnDemand { get; set; }
Public Property DisableLoadThumbnailsOnDemand As Boolean
Get
Set
Property Value
Type:
Booleantrue if all thumbnails are loaded when the viewer starts; otherwise
false and thumbnails are loaded as needed. The default is
false.
Remarks See Also