IImageScannerFormatConfiguration.Format Property

Definition

Gets or sets the current file transfer format for image data acquisition from the device to the client app.

public:
 property ImageScannerFormat Format { ImageScannerFormat get(); void set(ImageScannerFormat value); };
ImageScannerFormat Format();

void Format(ImageScannerFormat value);
public ImageScannerFormat Format { get; set; }
var imageScannerFormat = iImageScannerFormatConfiguration.format;
iImageScannerFormatConfiguration.format = imageScannerFormat;
Public Property Format As ImageScannerFormat

Property Value

The file type.

Remarks

When a new scan session starts, this property is set to the default file format. See the DefaultFormat property on how this is done.

Applies to