Click or drag to resize

FrameCaptureConfigurationFilePath Property

indicates the directory where will be stored the frames saved by the Scanner.

Namespace:  Com.Datalogic.Decode.Configuration
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public TextProperty FilePath { get; set; }

Property Value

Type: TextProperty
Remarks
filePath

indicates the directory where will be stored the frames saved by the Scanner. Only directory under getExternalStorageDirectory() are supported (eg. /storage/emulated/0/).

[Android Documentation]

See Also