ThumbnailImageViewerSynchronizer Class |
This class is used to synchronize a ThumbnailView and an ImageViewer control together.
The ThumbnailImageViewerSynchronizer will handle loading the image of a selected thumbnail into the viewer and updating the thumbnail image when the image has been modified.
Namespace: Atalasoft.Imaging.WinControls
The ThumbnailImageViewerSynchronizer type exposes the following members.
Name | Description | |
---|---|---|
![]() | ThumbnailImageViewerSynchronizer | Initializes a new instance of the ThumbnailImageViewerSynchronizer class |
Name | Description | |
---|---|---|
![]() | CurrentImageIndex | Gets the index of the current image. |
Name | Description | |
---|---|---|
![]() | Clear | |
![]() | Dispose() | Releases resources used by the class. |
![]() | Dispose(Boolean) | Releases resources used by the class and indicates is this method was called from the public Dispose() method. |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | (Overrides Object.Finalize().) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Insert(Int32, RandomAccessImageSource, ThumbnailCaptionRequestEventHandler) | Inserts images from a RandomAccessImageSource into the collection. |
![]() | Insert(Int32, Stream, ThumbnailCaptionRequestEventHandler) | Inserts all pages from a stream into the collection. |
![]() | Insert(Int32, String, ThumbnailCaptionRequestEventHandler) | Inserts all pages from a file into the collection. |
![]() | Insert(Int32, AtalaImage, String, String) | Inserts an image into the collection. |
![]() | Insert(Int32, Stream, Int32, String, String) | Inserts or add a thumbnail to the ThumbnailView from a stream. |
![]() | Insert(Int32, String, Int32, String, String) | Inserts or add a thumbnail. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OnCurrentImageIndexChanged | Called when the CurrentImageIndex property has changed and
raises the CurrentImageIndexChanged event. |
![]() | Open(Stream, ThumbnailCaptionRequestEventHandler) | Opens all pages from a stream and gets the caption and tooltip from a ThumbnailCaptionRequestEventHandler. |
![]() | Open(String, ThumbnailCaptionRequestEventHandler) | Opens all pages from a file and gets the caption and tooltip from a ThumbnailCaptionRequestEventHandler. |
![]() | Open(RandomAccessImageSource, ThumbnailCaptionRequestEventHandler) | Opens images from a RandomAccessImageSource. |
![]() | Open(Stream, Int32, String, String) | Opens an image from a stream. |
![]() | Open(String, Int32, String, String) | Opens an image from a file. |
![]() | Remove | |
![]() | RemoveAt | |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | CurrentImageIndexChanged | Raised when the CurrentImageIndex property changes.
|