Class GS1Encoder.InitOptions
Initialisation options for the GS1Encoder. New properties may be added in future versions without breaking existing code.
Inherited Members
Namespace: GS1.Encoders
Assembly: .dll
Syntax
public class GS1Encoder.InitOptions
Properties
FallbackOnSyndictError
Fall back to the embedded AI table if the Syntax Dictionary cannot be loaded.
Declaration
public bool FallbackOnSyndictError { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
NoEmbedded
Refuse to use the embedded AI table. Initialisation fails if no other AI table can be loaded.
Declaration
public bool NoEmbedded { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
SyntaxDictionary
Path to a GS1 Syntax Dictionary file. If null, the embedded AI table is used.
Declaration
public string SyntaxDictionary { get; set; }
Property Value
| Type | Description |
|---|---|
| string |