ImageScannerFeederConfiguration.Format Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the current file transfer format for image data acquisition from the scanner's feeder 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 = imageScannerFeederConfiguration.format;
imageScannerFeederConfiguration.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.