Click or drag to resize

AnnotateViewerOpen Method

This method opens the image and optionally the annotations embedded in the image from a file or stream.
Overload List
  NameDescription
Public methodOpen(Stream)
Loads an image from a stream into the WorkspaceViewer.
(Inherited from WorkspaceViewer.)
Public methodOpen(String)
Loads an image file into a WorkspaceViewer.
(Inherited from WorkspaceViewer.)
Public methodOpen(Stream, Int32)
Loads an image from a stream into the WorkspaceViewer specifying the frame to load.
(Inherited from WorkspaceViewer.)
Public methodOpen(String, Int32)
Loads an image file into a WorkspaceViewer with the specified frame index.
(Inherited from WorkspaceViewer.)
Public methodOpen(Stream, Int32, Boolean)
This method will open an image from a viewer and optionally load the XMP annotations embedded in that image.
Public methodOpen(String, Int32, Boolean)
This method will open an image from a filename and optionally load embedded XMP annotations.
Top
See Also