Click or drag to resize

PropertyGroupIsSupported Property

Tells if this property group is supported by the underling decoding hardware.

Namespace:  Com.Datalogic.Device.Configuration
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public virtual bool IsSupported { get; }

Property Value

Type: Boolean
true if at least one contained property is supported by the underling decoding hardware.
If this property group doesn't contain any property, this method returns false.
Remarks

Tells if this property group is supported by the underling decoding hardware.

[Android Documentation]

See Also