ImageScannerPreviewResult ImageScannerPreviewResult ImageScannerPreviewResult ImageScannerPreviewResult Class

Definition

Represents the result of a preview scan job.

public : sealed class ImageScannerPreviewResult : IImageScannerPreviewResultpublic sealed class ImageScannerPreviewResult : IImageScannerPreviewResultPublic NotInheritable Class ImageScannerPreviewResult Implements IImageScannerPreviewResult// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows Desktop Extension SDK (introduced v10.0.10240.0)
API contract
Windows.Devices.Scanners.ScannerDeviceContract (introduced v1)

Properties

Format Format Format Format

Gets the format of the data for the scan preview. After preview this property is restored to the value before preview.

public : ImageScannerFormat Format { get; }public ImageScannerFormat Format { get; }Public ReadOnly Property Format As ImageScannerFormat// You can use this property in JavaScript.

Succeeded Succeeded Succeeded Succeeded

Gets whether the scan preview was successful.

public : PlatForm::Boolean Succeeded { get; }public bool Succeeded { get; }Public ReadOnly Property Succeeded As bool// You can use this property in JavaScript.
Value
PlatForm::Boolean bool bool bool

True if scan preview was successful; otherwise False.