Class GS1Encoder.InitOptions

Initialisation options for the GS1Encoder. New properties may be added in future versions without breaking existing code.

Inheritance
object
GS1Encoder.InitOptions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Generated by DocFX