Click or drag to resize

ThumbnailCaptionRequestEventArgs Class

This class is used with the ThumbnailCaptionRequestEventHandler when thumbnail are being created from an ImageSource.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Atalasoft.Imaging.WinControlsThumbnailCaptionRequestEventArgs

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 ThumbnailCaptionRequestEventArgs : EventArgs

The ThumbnailCaptionRequestEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodThumbnailCaptionRequestEventArgs(Stream, Int32)
Creates a new instance of ThumbnailCaptionRequestEventArgs specifying the stream and frame index.
Public methodThumbnailCaptionRequestEventArgs(String, Int32)
Creates a new instance of ThumbnailCaptionRequestEventArgs specifying the filename and frame index.
Public methodThumbnailCaptionRequestEventArgs(RandomAccessImageSource, Int32)
Creates a new instance of ThumbnailCaptionRequestEventArgs specifying the image source and index.
Top
Properties
  NameDescription
Public propertyCaption
Gets or sets the caption for the thumbnail
Public propertyFileName
Gets the filename of the thumbnail.
Public propertyImageSource
Gets the image source used for loading the thumbnail.
Public propertyIndex
Gets the index used from the image source.
Public propertyStream
Gets the stream used to generate the thumbnail.
Public propertyToolTip
Gets or sets the tooltip used for the thumbnail.
Top
Methods
  NameDescription
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
See Also