Click or drag to resize

IsisAcquisitionAcquireToFile Method (IsisFileType, IsisCompression)

Acquires an image from the active device to a file.

Namespace:  Atalasoft.Isis
Assembly:  Atalasoft.dotImage.Isis (in Atalasoft.dotImage.Isis.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public bool AcquireToFile(
	IsisFileType fileType,
	IsisCompression compression
)

Parameters

fileType
Type: Atalasoft.IsisIsisFileType
Specifies a file format to be used to save image.
compression
Type: Atalasoft.IsisIsisCompression
Specifies desired image data compression.

Return Value

Type: Boolean
true if the operation is succeeded, otherwise false.
Remarks

The event should be handled in order to specify file name.

See Remarks in IsisController for more information about error handling.

See Also