Skip to main content
A newer version of this page is available. .

EAN128Symbology Members

Generates a GS1-128 - EAN-128 (UCC) bar code. GS1-128 is a variable length self-checking symbololgy. GS1-128 is a subset of a more general Code 128 symbology.

Constructors

Name Description
EAN128Symbology() Initializes a new instance of the EAN128Symbology class.

Fields

Name Description
CharacterSetProperty static Identifies the CharacterSet dependency property. Inherited from Code128SymbologyBase<T>.
FNC1SubstituteProperty static Identifies the FNC1Substitute dependency property.
HumanReadableTextProperty static Identifies the HumanReadableText dependency property.

Properties

Name Description
CharacterSet Gets or sets the character set type for the bar code. Inherited from Code128SymbologyBase<T>.
FNC1Substitute Gets or sets the symbol (or set of symbols) in the bar code’s text that will be replaced with the FNC1 functional character when the bar code’s bars are drawn.
GeneratorBase Inherited from SymbologyBase<T>.
HumanReadableText Gets or sets whether or not parentheses should be included in the bar code’s text.

Methods

Name Description
BarCodeControlInvalidateVisual(DependencyObject) Inherited from SymbologyBase.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also