AnnotateViewerOpen Method |
Name | Description | |
---|---|---|
Open(Stream) | Loads an image from a stream into the WorkspaceViewer. (Inherited from WorkspaceViewer.) | |
Open(String) | Loads an image file into a WorkspaceViewer. (Inherited from WorkspaceViewer.) | |
Open(Stream, Int32) | Loads an image from a stream into the WorkspaceViewer specifying the frame to load. (Inherited from WorkspaceViewer.) | |
Open(String, Int32) | Loads an image file into a WorkspaceViewer with the specified frame index. (Inherited from WorkspaceViewer.) | |
Open(Stream, Int32, Boolean) | This method will open an image from a viewer and optionally load the XMP annotations embedded in that
image. | |
Open(String, Int32, Boolean) | This method will open an image from a filename and optionally load embedded XMP annotations. |