Skip to main content

DataBarSymbology Members

Generates a GS1 (DataBar) bar code. The GS1 DataBar barcode is based on a family of symbols often used in the GS1 DataBar Coupon (coupon codes are commonly used in retail).

Constructors

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

Fields

Name Description
FNC1SubstituteProperty static Identifies the FNC1Substitute dependency property.
SegmentsInRowProperty static Identifies the SegmentsInRow dependency property.
TypeProperty static Identifies the Type 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>.
SegmentsInRow Gets or sets the number of data segments per row in the Expanded Stacked type of a GS1 DataBar bar code.
Type Gets or sets the type of a GS1 DataBar bar code.

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