Search Results for

    Show / Hide Table of Contents

    Class AdditionalInformation

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

    Constructors

    AdditionalInformation(String)

    Declaration
    public AdditionalInformation(string addInfo)
    Parameters
    Type Name Description
    System.String addInfo

    AdditionalInformation(String, String)

    Creates an additional information object. Both parameters are optional and must be shorter than 141 chars in combination.

    Declaration
    public AdditionalInformation(string unstructuredMessage, string billInformation)
    Parameters
    Type Name Description
    System.String unstructuredMessage

    Unstructured text message

    System.String billInformation

    Bill information

    Properties

    BillInformation

    Declaration
    public string BillInformation { get; set; }
    Property Value
    Type Description
    System.String

    Trailer

    Declaration
    public string Trailer { get; }
    Property Value
    Type Description
    System.String

    UnstructureMessage

    Declaration
    public string UnstructureMessage { get; set; }
    Property Value
    Type Description
    System.String
    Back to top © 1998-2025 Copyright Fast Reports Inc.