DocumentViewerAdd Method |
Name | Description | |
---|---|---|
Add(RandomAccessImageSource) | Adds images from a RandomAccessImageSource into the DocumentViewer.
| |
Add(Stream, ThumbnailCaptionRequestEventHandler) | Adds all pages from an image and gets the thumbnail caption and tooltip from a ThumbnailCaptionRequestEventHandler. | |
Add(String, ThumbnailCaptionRequestEventHandler) | Adds all pages from a file into the control and gets the thumbnail caption and tooltip from a ThumbnailCaptionRequestEventHandler. | |
Add(RandomAccessImageSource, ThumbnailCaptionRequestEventHandler) | Adds images from a RandomAccessImageSource and gets the thumbnail caption and tooltip from a ThumbnailCaptionRequestEventHandler. | |
Add(AtalaImage, String, String) | Adds an AtalaImage to the thumbnail control. | |
Add(Stream, Int32, String, String) | Loads one or more images from a Stream. | |
Add(String, Int32, String, String) | Adds one or more images from a file. |