Click or drag to resize

Composite Class

Inheritance Hierarchy

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 Composite : SymbologyBase

The Composite type exposes the following members.

Constructors
  NameDescription
Public methodComposite
Initializes a new instance of the Composite class
Top
Properties
  NameDescription
Public propertyConvertToGs1128
convert the Composite label to a sequence of one or more GS1-128 barcodes.
Public propertyEnable
To be added.
(Inherited from SymbologyBase.)
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 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 SymbologyBaseJniPeerMembers.)
Public propertyLinearTransmissionEnable
enable linear code transmission.
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 propertyUpcEanMode
controls UPC/EAN label recognition mode.
Public propertyUserID
To be added.
(Inherited from SymbologyBase.)
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
Composite is the class that configures the EAN.UCC Composite and GS1 Composite Symbologies. The class provides controls over Composite barcode labels (CC-A, CC-B, CC-C and GS1 Composite).

[Android Documentation]

See Also