Click or drag to resize

DocumentViewerInsert Method

Overload List
  NameDescription
Public methodInsert(Int32, RandomAccessImageSource)
Inserts images from a RandomAccessImageSource into the collection.
Public methodInsert(Int32, RandomAccessImageSource, ThumbnailCaptionRequestEventHandler)
Inserts images from a RandomAccessImageSource and gets the thumbnail caption and tooltip from a ThumbnailCaptionRequestEventHandler.
Public methodInsert(Int32, Stream, ThumbnailCaptionRequestEventHandler)
Inserts all images from a stream into the ThumbnailView and gets the thumbnail caption and tooltip from a ThumbnailCaptionRequestEventHandler.
Public methodInsert(Int32, String, ThumbnailCaptionRequestEventHandler)
Inserts all pages from a file into the ThumbnailView and gets the thumbnail caption and tooltip from a ThumbnailCaptionRequestEventHandler.
Public methodInsert(Int32, AtalaImage, String, String)
Inserts an AtalaImage into the thumbnail control.
Public methodInsert(Int32, Stream, Int32, String, String)
Inserts one or more images into the ThumbnailView from a Stream.
Public methodInsert(Int32, String, Int32, String, String)
Inserts one or more images into the ThumbnailView from a file.
Top
See Also