This property sets whether or not default paging is used in the Thumbnail Control.
[Visual Basic] Public Property EnablePaging As
Boolean
[C#] public bool EnablePaging {get; set;}
Property Value
The default value is True.
Explanation
The EnablePaging property sets whether or not default paging is enabled in the Thumbnail Control. When this property is false, (when default paging is not used), the page parameter of the ShowThumbnailImages(int page) method is enabled.
See Also
Thumbnail Members | Newtone.ImageKit.Web.Thumbnail