ImageGear for .NET
ThumbnailLoading Property
See Also  Send Feedback
ImageGear21.Core Assembly > ImageGear.Formats Namespace > ImGearLoadOptions Class : ThumbnailLoading Property




Glossary Item Box

Gets or sets a value indicating whether to load image thumbnail instead of the actual image.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

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.

The default value is false.

See Also

©2013. Accusoft Corporation. All Rights Reserved.