Search Results for

    Show / Hide Table of Contents

    Class BarcodeGS1ExpandedStacked

    Represents a GS1 DataBar Expanded Stacked barcode.

    Inheritance
    System.Object
    BarcodeBase
    LinearBarcodeBase
    BarcodeGS1Base
    BarcodeGS1Omnidirectional
    BarcodeGS1ExpandedBase
    BarcodeGS1ExpandedStacked
    Inherited Members
    BarcodeGS1ExpandedBase._segments
    BarcodeGS1ExpandedBase.Symbol
    BarcodeGS1ExpandedBase.DatabarExpanded(Char[])
    BarcodeGS1ExpandedBase.DrawLineBars(Byte[], IGraphics, Single, RectangleF)
    BarcodeGS1Omnidirectional.GetValue(String)
    BarcodeGS1Base.EncodedData
    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.DrawBarcode(IGraphics, RectangleF)
    BarcodeBase.Name
    BarcodeBase.Color
    BarcodeBase.Font
    BarcodeBase.Clone()
    Namespace: FastReport.Barcode
    Assembly: FastReport.Base.dll
    Syntax
    public class BarcodeGS1ExpandedStacked : BarcodeGS1ExpandedBase

    Properties

    Segments

    Number of segments (even, 2–20).

    Declaration
    public int Segments { get; set; }
    Property Value
    Type Description
    System.Int32

    Methods

    Assign(BarcodeBase)

    Assigns properties from other, similar barcode.

    Declaration
    public override void Assign(BarcodeBase source)
    Parameters
    Type Name Description
    BarcodeBase source

    Barcode object to assign properties from.

    Overrides
    LinearBarcodeBase.Assign(BarcodeBase)
    Back to top © 1998-2026 Copyright Fast Reports Inc.