Click or drag to resize

WorkspaceSave Method

Overload List
  NameDescription
Public methodSave(Stream, ImageEncoder)
Writes the current AtalaImage or ImageCollection to a stream specifying the ImageEncoder to use to encode the image.
Public methodSave(String, ImageEncoder)
Writes the current AtalaImage or ImageCollection to a file specifying the ImageEncoder to use to encode the image.
Public methodSave(String, ImageType) Obsolete.
Writes the current AtalaImage or ImageCollection to a file specifying the ImageType to use to encode the image.
Public methodSave(Stream, ImageEncoder, Int32)
Writes the current AtalaImage or ImageCollection to a stream specifying the ImageEncoder to use to encode the image and the image index in the collection to save.
Public methodSave(String, ImageEncoder, Int32)
Writes the current %AtalaImage% or %ImageCollection% to a file specifying the ImageEncoder to use to encode the image and the image index in the collection to save.
Top
See Also