Search Results for

    Show / Hide Table of Contents

    Class BarcodeGS1ExpandedBase

    Base class for GS1 DataBar Expanded barcode encoding. Converts GS1 data into a binary stream, calculates checksum, builds barcode patterns, and renders stacked symbol rows.

    Inheritance
    System.Object
    BarcodeBase
    LinearBarcodeBase
    BarcodeGS1Base
    BarcodeGS1Omnidirectional
    BarcodeGS1ExpandedBase
    BarcodeGS1ExpandedStacked
    Inherited Members
    BarcodeGS1Omnidirectional.GetValue(String)
    BarcodeGS1Base.GetGS1Widths(Int32, Int32, Int32, Int32, Int32)
    BarcodeGS1Base.DrawLineBars(String, IGraphics, Single, RectangleF, Boolean, Boolean)
    BarcodeGS1Base.GetDefaultValue()
    LinearBarcodeBase.CalcCheckSum
    LinearBarcodeBase.WideBarRatio
    LinearBarcodeBase.IsNumeric
    LinearBarcodeBase.Trim
    LinearBarcodeBase.FitDevicePixels
    LinearBarcodeBase.OneBarWidth
    LinearBarcodeBase.CheckSumModulo10(String)
    LinearBarcodeBase.Assign(BarcodeBase)
    LinearBarcodeBase.DrawBarcode(IGraphics, RectangleF)
    BarcodeBase.Name
    BarcodeBase.Color
    BarcodeBase.Font
    BarcodeBase.Clone()
    Namespace: FastReport.Barcode
    Assembly: FastReport.Base.dll
    Syntax
    public class BarcodeGS1ExpandedBase : BarcodeGS1Omnidirectional

    Fields

    _segments

    Number of barcode segments.

    Declaration
    protected int _segments
    Field Value
    Type Description
    System.Int32
    Back to top © 1998-2026 Copyright Fast Reports Inc.