Skip to main content

DataMatrixGS1Symbology Members

Generates a GS1 (Data Matrix) bar code. GS1 Data Matrix is a variant of the Data Matrix symbology that conforms to GS1 specifications.

Constructors

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

Fields

Name Description
FNC1SubstituteProperty static Identifies the FNC1Substitute dependency property.
HumanReadableTextProperty static Identifies the HumanReadableText dependency property.
MatrixSizeProperty static Identifies the MatrixSize dependency property.

Properties

Name Description
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 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.
MatrixSize Gets or sets the bar code matrix size.

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