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; }
Public Property FilePath As TextProperty
Get
Set
Property Value
Type:
TextPropertyRemarks 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