Share via


ImageScannerScanResult.ScannedFiles Property

Definition

Gets the list of scanned image files that was produced by the completed scan job.

public:
 property IVectorView<StorageFile ^> ^ ScannedFiles { IVectorView<StorageFile ^> ^ get(); };
IVectorView<StorageFile> ScannedFiles();
public IReadOnlyList<StorageFile> ScannedFiles { get; }
var iVectorView = imageScannerScanResult.scannedFiles;
Public ReadOnly Property ScannedFiles As IReadOnlyList(Of StorageFile)

Property Value

A list of scanned image files from the completed scan job. If there is no scanned file, the IVectorView<T.Size> property will be 0.

Remarks

When nothing is scanned, the IVectorView<T>.Size property will be set to 0. The app should check the size to make sure there are actual files before attempting to access the files.

Applies to