ScannerPropertiesEdit Method |
Returns all the ScannerProperties initialized with the actual values.
Namespace:
Com.Datalogic.Decode
Assembly:
datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0
(1.0.0.0)
Syntax
public static Com.Datalogic.Decode.Configuration.ScannerProperties Edit (Com.Datalogic.Device.Configuration.IPropertyGetter editor);
Public static Com.Datalogic.Decode.Configuration.ScannerProperties Edit (Com.Datalogic.Device.Configuration.IPropertyGetter editor);
Parameters
- editor
- Type: Com.Datalogic.Device.Configuration.IPropertyGetter
A PropertyGetter used to load the current barcode families and properties.
Return Value
Type: Com.Datalogic.Decode.Configuration.ScannerProperties
A ScannerProperties instance.
Remarks
See Also