Search Results for

    Show / Hide Table of Contents

    Class AdditionalInformation

    Represents Swiss QR code additional information.

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

    Constructors

    AdditionalInformation(String)

    Creates an additional information object.

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

    Text containing an information.

    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

    Gets or sets bill information.

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

    Trailer

    Gets a trailer.

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

    UnstructureMessage

    Gets or sets unstructured message.

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