Search Results for

    Show / Hide Table of Contents

    Class SymbolData

    Inheritance
    System.Object
    SymbolData
    Namespace: FastReport.Barcode
    Assembly: FastReport.Base.dll
    Syntax
    public sealed class SymbolData

    Constructors

    SymbolData(Byte[])

    Constructor.

    Declaration
    public SymbolData(byte[] data)
    Parameters
    Type Name Description
    System.Byte[] data

    SymbolData(Byte[], Single)

    Constructor with height.

    Declaration
    public SymbolData(byte[] data, float height)
    Parameters
    Type Name Description
    System.Byte[] data
    System.Single height

    Properties

    RowCount

    Row length.

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

    RowData

    Sets row data.

    Declaration
    public byte[] RowData { set; }
    Property Value
    Type Description
    System.Byte[]

    RowHeight

    Row height.

    Declaration
    public float RowHeight { get; }
    Property Value
    Type Description
    System.Single

    Methods

    GetRowData()

    Gets row copy.

    Declaration
    public byte[] GetRowData()
    Returns
    Type Description
    System.Byte[]
    Back to top © 1998-2026 Copyright Fast Reports Inc.