PdfWebControlDisableLoadThumbnailsOnDemand Property |
Gets or sets a value indicating whether thumbnails in this
PdfWebControl are loaded as needed (on demand) or all at once.
Namespace:
RadPdf.Web.UI
Assembly:
RadPdfStandard (in RadPdfStandard.dll) Version: 4.7.0.0 (4.7.0.0)
Syntaxpublic 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