ImageScannerFlatbedConfiguration.Format Property

Definition

Gets or sets the current file transfer format for image data acquisition from the scanner's flatbed 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 = imageScannerFlatbedConfiguration.format;
imageScannerFlatbedConfiguration.format = imageScannerFormat;
Public Property Format As ImageScannerFormat

Property Value

The file type.

Implements

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