ImageGear .NET - Updated March 30, 2018
AllPages Property (IImGearThumbnailCtl)




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms.Thumbnails Namespace > IImGearThumbnailCtl Interface : AllPages Property
Gets or sets a value indicating whether all pages of a multi-page image (e.g., a multi-frame GIF or TIFF file) will be loaded into thumbnails, or whether only the first page will be loaded.
Syntax
'Declaration
 
Property AllPages As Boolean
 
'Usage
 
Dim instance As IImGearThumbnailCtl
Dim value As Boolean
 
instance.AllPages = value
 
value = instance.AllPages

Property Value

Boolean value.
See Also

Reference

IImGearThumbnailCtl Interface
IImGearThumbnailCtl Members