Click or drag to resize

ThumbnailImageViewerSynchronizer Methods

The ThumbnailImageViewerSynchronizer type exposes the following members.

Methods
  NameDescription
Public methodClear
Public methodDispose
Releases resources used by the class.
Protected methodDispose(Boolean)
Releases resources used by the class and indicates is this method was called from the public Dispose method.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize (Overrides ObjectFinalize.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInsert(Int32, RandomAccessImageSource, ThumbnailCaptionRequestEventHandler)
Inserts images from a RandomAccessImageSource into the collection.
Public methodInsert(Int32, Stream, ThumbnailCaptionRequestEventHandler)
Inserts all pages from a stream into the collection.
Public methodInsert(Int32, String, ThumbnailCaptionRequestEventHandler)
Inserts all pages from a file into the collection.
Public methodInsert(Int32, AtalaImage, String, String)
Inserts an image into the collection.
Public methodInsert(Int32, Stream, Int32, String, String)
Inserts or add a thumbnail to the ThumbnailView from a stream.
Public methodInsert(Int32, String, Int32, String, String)
Inserts or add a thumbnail.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnCurrentImageIndexChanged
Called when the CurrentImageIndex property has changed and raises the CurrentImageIndexChanged event.
Public methodOpen(Stream, ThumbnailCaptionRequestEventHandler)
Opens all pages from a stream and gets the caption and tooltip from a ThumbnailCaptionRequestEventHandler.
Public methodOpen(String, ThumbnailCaptionRequestEventHandler)
Opens all pages from a file and gets the caption and tooltip from a ThumbnailCaptionRequestEventHandler.
Public methodOpen(RandomAccessImageSource, ThumbnailCaptionRequestEventHandler)
Opens images from a RandomAccessImageSource.
Public methodOpen(Stream, Int32, String, String)
Opens an image from a stream.
Public methodOpen(String, Int32, String, String)
Opens an image from a file.
Public methodRemove
Public methodRemoveAt
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also