Click or drag to resize

ScannerPropertiesEdit Method

Returns all the ScannerProperties initialized with the actual values.

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 static ScannerProperties Edit(
	IPropertyGetter editor
)

Parameters

editor
Type: Com.Datalogic.Device.ConfigurationIPropertyGetter
- A IPropertyGetter used to load the current barcode families and properties.

Return Value

Type: ScannerProperties
A ScannerProperties instance.
Remarks

Returns all the ScannerProperties initialized with the actual values.

[Android Documentation]

See Also