'Declaration
Public Property ThumbnailLoading As Boolean
'Usage
Dim instance As ImGearLoadOptions
Dim value As Boolean
instance.ThumbnailLoading = value
value = instance.ThumbnailLoading
Property Value
Boolean value.
Remarks
Use this property if you need to load an image thumbnail. This will only work for file formats that support storing a thumbnail, and when thumbnail is actually stored as a part of an image. Otherwise, ImageGear will throw ImGearException with error code ImageGear.Core.ImGearErrorCodes.THUMBNAIL_NOT_PRESENT. In this case, load the entire image and create a thumbnail using ImageGear.Processing.ImGearProcessing.CreateThumbnail method.