次の方法で共有


ImageScanner.ScanPreviewToStreamAsync メソッド

定義

指定したスキャン ソースから 1 つのイメージをスキャンし、選択したイメージ ファイル形式で最も低いスキャン解像度を適用します。

public:
 virtual IAsyncOperation<ImageScannerPreviewResult ^> ^ ScanPreviewToStreamAsync(ImageScannerScanSource scanSource, IRandomAccessStream ^ targetStream) = ScanPreviewToStreamAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<ImageScannerPreviewResult> ScanPreviewToStreamAsync(ImageScannerScanSource const& scanSource, IRandomAccessStream const& targetStream);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<ImageScannerPreviewResult> ScanPreviewToStreamAsync(ImageScannerScanSource scanSource, IRandomAccessStream targetStream);
function scanPreviewToStreamAsync(scanSource, targetStream)
Public Function ScanPreviewToStreamAsync (scanSource As ImageScannerScanSource, targetStream As IRandomAccessStream) As IAsyncOperation(Of ImageScannerPreviewResult)

パラメーター

scanSource
ImageScannerScanSource

イメージ スキャン ソース。

targetStream
IRandomAccessStream

スキャンされたイメージ ファイル。

戻り値

スキャンの進行状況とスキャンされたファイル形式。

属性

注釈

プレビューをサポートしているが、その時点では空のフィーダーからプレビューしようとすると、非同期呼び出しが正常に完了します。 アプリは、特にフィーダーからスキャンする場合に、ストリームからデータを読み取る前に、返された ImageScannerPreviewResult.Succeeded の結果をチェックする必要があります。

適用対象