DocumentViewerOpen Method |
Name | Description | |
---|---|---|
Open(Stream) | Opens all pages of an image from a stream. | |
Open(String) | Opens an image from a filename. If the file is a multipage document, all pages are added to the control.
| |
Open(RandomAccessImageSource) | Adds images from a RandomAccessImageSource into the viewer. | |
Open(Stream, ThumbnailCaptionRequestEventHandler) | Opens all pages from a stream and gets the caption and tooltip from the specified ThumbnailCaptionRequestEventHandler. | |
Open(Stream, Int32) | Opens the specified page from an image. | |
Open(String, ThumbnailCaptionRequestEventHandler) | Opens all pages in an image and gets the caption and tooltip from the specified ThumbnailCaptionRequestEventHandler. | |
Open(String, Int32) | Opens the specified frame index from a file. | |
Open(RandomAccessImageSource, ThumbnailCaptionRequestEventHandler) | Adds images from a RandomAccessImageSource and gets the caption and tooltip from the
specified ThumbnailCaptionRequestEventHandler. | |
Open(Stream, Int32, String, String) | Opens the specified page from an image and provides the thumbnail caption and tooltip. | |
Open(String, Int32, String, String) | Opens the specified frame from an image and provides the thumbnail caption and tooltip. |