Click or drag to resize

LinearQuietZones Class

Inheritance Hierarchy
Object
  Com.Datalogic.Device.ConfigurationPropertyGroup
    Com.Datalogic.Decode.ConfigurationLinearQuietZones

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 class LinearQuietZones : PropertyGroup

The LinearQuietZones type exposes the following members.

Constructors
  NameDescription
Public methodLinearQuietZones
Initializes a new instance of the LinearQuietZones class
Top
Properties
  NameDescription
Public propertyCodabarReduced
enables the reading of Codabar barcode labels with short quiet zones.
Public propertyCode128Reduced
enables the reading of Code 128 barcode labels with short quiet zones.
Public propertyCode39Reduced
enables the reading of Code 39 barcode labels with short quiet zones.
Public propertyCode93Reduced
enables the reading of Code 93 barcode labels with short quiet zones.
Public propertyGroups
Returns the property groups contained in this group, not in the whole subtree.
(Inherited from PropertyGroup.)
Public propertyId
Gets the integer value of the unique identifier PropertyGroupID
(Inherited from PropertyGroup.)
Public propertyInterleaved2of5Reduced
enables the reading of Interleaved 2 of 5 barcode labels with short quiet zones.
Public propertyIsFullySupported
Tells if this property group is completely supported by the underling decoding hardware.
(Inherited from PropertyGroup.)
Public propertyIsSupported
Tells if this property group is supported by the underling decoding hardware.
(Inherited from PropertyGroup.)
Public propertyJniPeerMembers
To be added.
(Overrides PropertyGroupJniPeerMembers.)
Public propertyMatrix2of5Reduced
enables the reading of Matrix 2 of 5 barcode labels with short quiet zones.
Public propertyMsiReduced
enables the reading of MSI barcode labels with short quiet zones.
Public propertyName
Gets the name of the unique identifierPropertyGroupID
(Inherited from PropertyGroup.)
Public propertyProperties
Returns the properties contained in this group, not in the whole subtree.
(Inherited from PropertyGroup.)
Public propertyUpcEanReduced
enables the reading of UPC/EAN barcode labels with short quiet zones.
Top
Methods
  NameDescription
Public methodGetPropertyById
Gets the Property
(Inherited from PropertyGroup.)
Public methodGetPropertyByName
Gets the Property
(Inherited from PropertyGroup.)
Public methodGetPropertyGroupById
Gets the PropertyGroup
(Inherited from PropertyGroup.)
Public methodGetPropertyGroupByName
Gets the PropertyGroup
(Inherited from PropertyGroup.)
Public methodLoad
Load the properties values contained by this group from the PropertyGetter.
(Inherited from PropertyGroup.)
Public methodSetToDefault
Resets to the default value all the properties contained in the subtree.
(Inherited from PropertyGroup.)
Public methodStore
Store the properties values contained by this property into the PropertyEditor.
(Inherited from PropertyGroup.)
Top
Remarks
LinearQuietZones is the class that configures the admitted quiet zones for the supported linear symbologies.

[Android Documentation]

See Also