Composite Type Description
Defined in namespace Scandit.DataCapture.Barcode.Data
- CompositeTypeDescription
class CompositeTypeDescription
Added in version 6.6.0
Description specific to a particular composite type.
- Create()
static CompositeTypeDescription Create(CompositeType type)
Added in version 6.6.0
Creates a new composite type description for a given composite type.
- All()
static IList<CompositeTypeDescription> All()
Added in version 6.6.0
A list of descriptions, one for each individual CompositeType.
- Types
CompositeType Types { get; }
Added in version 6.6.0
The composite types described by the description.
- Symbologies
ICollection<Symbology> Symbologies { get; }
Added in version 6.6.0
All symbologies that can be part of a composite code with the given composite type.
- ToJson()
string
ToJson()Added in version 6.6.0
Returns the JSON representation of the symbology description.