Click or drag to resize

WorkspaceViewerSave Method (String, ImageEncoder, Int32)

Saves the current image(s) to a file using the specified encoder and frame index.

Namespace:  Atalasoft.Imaging.WinControls
Assembly:  Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void Save(
	string fileName,
	ImageEncoder encoder,
	int frameIndex
)

Parameters

fileName
Type: SystemString
The filename to which the image data is saved.
encoder
Type: Atalasoft.Imaging.CodecImageEncoder
The ImageEncoder used to encode the image data.
frameIndex
Type: SystemInt32
The image index in the collection to save. Set this to -1 if all images are to be saved.
See Also