VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging Namespace / Thumbnail Class
Properties Methods Events SeeAlso
In This Topic
Thumbnail Class Members
In This Topic
The following tables list the members exposed by Thumbnail.
Public Properties
 NameDescription
Public PropertyGets a value indicating whether the thumbnail object is disposed.
Public PropertyGets a value indicating whether the error occurs during loading of thumbnail.
Public PropertyGets the description of the thumbnail loading error.
Public PropertyGets the original image (source).
Public PropertyGets or sets the tooltip of the thumbnail.
Public Methods
 NameDescription
Public MethodClears the cache of thumbnail.
Public MethodDisposes all resources used by this Thumbnail.
Public MethodReturns a copy of cached thumbnail image.
Public MethodOverloaded. Returns a copy of cached thumbnail image if thumbnail image is cached or renders a thumbnail image.
Public MethodReturns a value indicating whether the thumbnail cache contains a thumbnail image of specified size.
Public MethodReloads the Thumbnail from the source.
Public MethodOverloaded. Renders a thumbnail image with specified size and adds the thumbnail image to the thumbnail cache.
Public Events
 NameDescription
Public EventOccurs when the thumbnail image is changed.
Public EventOccurs when the thumbnail is disposing.
Public EventOccurs when the thumbnail image is not loaded because of error.
See Also