Click or drag to resize

DocumentViewerAdd Method

Overload List
  NameDescription
Public methodCode exampleAdd(RandomAccessImageSource)
Adds images from a RandomAccessImageSource into the DocumentViewer.
Public methodCode exampleAdd(Stream, ThumbnailCaptionRequestEventHandler)
Adds all pages from an image and gets the thumbnail caption and tooltip from a ThumbnailCaptionRequestEventHandler.
Public methodAdd(String, ThumbnailCaptionRequestEventHandler)
Adds all pages from a file into the control and gets the thumbnail caption and tooltip from a ThumbnailCaptionRequestEventHandler.
Public methodCode exampleAdd(RandomAccessImageSource, ThumbnailCaptionRequestEventHandler)
Adds images from a RandomAccessImageSource and gets the thumbnail caption and tooltip from a ThumbnailCaptionRequestEventHandler.
Public methodAdd(AtalaImage, String, String)
Adds an AtalaImage to the thumbnail control.
Public methodAdd(Stream, Int32, String, String)
Loads one or more images from a Stream.
Public methodAdd(String, Int32, String, String)
Adds one or more images from a file.
Top
See Also