ImageScannerAutoConfiguration.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 = imageScannerAutoConfiguration.format;
imageScannerAutoConfiguration.format = imageScannerFormat;
Public Property Format As ImageScannerFormat

Property Value

The file type.

Implements

Applies to