VintaSoft Twain .NET SDK 15.4: Documentation for .NET developer
Vintasoft.WiaImageScanning Namespace / WiaDevice Class / IsPreviewScan Property
Syntax Exceptions Requirements SeeAlso
In This Topic
IsPreviewScan Property (WiaDevice)
In This Topic
Gets or sets a value indicating whether the upcoming data acquisition loop is a quick preview pass or the final high-resolution scan.
Syntax
'Declaration

Public Property IsPreviewScan As Boolean

public bool IsPreviewScan { get; set; }

Property Value

True - image scanner should do the low-resolution overview pass, which is optimized for speed and drawing visual bounds;
false - image scanner should do the standard operational scan and deliver the final production image.
Default value is false.
Exceptions
ExceptionDescription
Thrown if device is not opened.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also