Click or drag to resize

Thumbnail Class

This class contains information about the thumbnail image stored in the ThumbnailView and FolderThumbnailView controls.
Inheritance Hierarchy
SystemObject
  Atalasoft.Imaging.WinControlsThumbnail

Namespace:  Atalasoft.Imaging.WinControls
Assembly:  Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public class Thumbnail : IComparable

The Thumbnail type exposes the following members.

Constructors
  NameDescription
Public methodThumbnail(AtalaImage, String, String)
Creates a new instance of Thumbnail specifying the AtalaImage, caption and tooltip.
Public methodThumbnail(Stream, Int32, String, String)
Creates a new instance of Thumbnail specifying the stream containing the image, a frame index to load, the caption and tooltip.
Public methodThumbnail(String, Int32, String, String)
Creates a new instance of Thumbnail specifying the filename, frame index, caption and tooltip.
Public methodThumbnail(RandomAccessImageSource, Int32, String, String)
Creates a new instance of Thumbnail specifying a RandomAccessImageSource, index in the ImageSource for this thumbnail, caption and toolTip.
Top
Properties
  NameDescription
Public propertyFileInfo
Gets the file information associated with the thumbnail image if it was loaded from a file.
Public propertyFilePath
Gets the file path associated with the thumbnail image if it was loaded from a file.
Public propertyFrameIndex
Gets the zero based frame index of the thumbnail if it was loaded from a file and is a multipage image such as a TIFF.
Public propertyImage
Gets the thumbnail AtalaImage.
Public propertyLoadErrorMessage
Gets or sets the error message rendered when there is an error creating the thumbnail.
Public propertyRow
Gets the DataRow for this Thumbnail when the ThumbnailView is data bound.
Public propertySelected
Gets or sets a value indicating whether this thumbnail is currently selected.
Public propertySource
Gets the RandomAccessImageSource used for this thumbnail.
Public propertyStream
Gets or sets the stream containing the full size image.
Public propertyTag
Gets or sets an object that may be used to keep additional data with the Thumbnail.
Public propertyText
Gets or sets the text caption associated with this Thumbnail object.
Public propertyToolTip
Gets or sets the tooltip for the Thumbnail.
Top
Methods
  NameDescription
Public methodClone
Creates a copy the Thumbnail.
Public methodCompareTo
Compares two Thumbnail objects to determine if they are the same.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks
Contains the AtalaImage thumbnail object, the text label, and file information for the Thumbnail objects stored in the ThumbnailView control.
See Also