Click or drag to resize

ThumbnailImageViewerSynchronizerOpen Method

Opens an image.
Overload List
  NameDescription
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.
Top
See Also