Click or drag to resize

AnnotateViewerSave Method

This method saves the image and optionally the annotations to a file or stream.
Overload List
  NameDescription
Public methodSave(Stream, ImageEncoder)
Saves the current image(s) to a stream.
(Inherited from WorkspaceViewer.)
Public methodSave(String, ImageEncoder)
Saves the current image(s) to a file using the specified encoder.
(Inherited from WorkspaceViewer.)
Public methodSave(String, ImageType) Obsolete.
Saves the current image(s) using the specified image type.
(Inherited from WorkspaceViewer.)
Public methodSave(Stream, ImageEncoder, Int32)
Saves the current image(s) to a stream using the specified encoder and frame index.
(Inherited from WorkspaceViewer.)
Public methodSave(String, ImageEncoder, Int32)
Saves the current image(s) to a file using the specified encoder and frame index.
(Inherited from WorkspaceViewer.)
Public methodSave(Stream, IAnnotationEncoder, Int32, Boolean)
Saves an image to a stream and optionally stores annotation data embedded as XMP into the file.
Public methodSave(String, IAnnotationEncoder, Int32, Boolean)
Saves an image to a file and optionally stores annotation data embedded as XMP into the file.
Top
See Also