Search Results for

    Show / Hide Table of Contents

    Class Reference

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

    Constructors

    Reference(Reference.ReferenceType, String, Nullable<Reference.ReferenceTextType>)

    Creates a reference object which must be passed to the SwissQrCode instance

    Declaration
    public Reference(Reference.ReferenceType referenceType, string reference, Reference.ReferenceTextType? referenceTextType)
    Parameters
    Type Name Description
    Reference.ReferenceType referenceType

    Type of the reference (QRR, SCOR or NON)

    System.String reference

    Reference text

    System.Nullable<Reference.ReferenceTextType> referenceTextType

    Type of the reference text (QR-reference or Creditor Reference)

    Reference(String)

    Declaration
    public Reference(string reference)
    Parameters
    Type Name Description
    System.String reference

    Properties

    _ReferenceTextType

    Declaration
    public Reference.ReferenceTextType? _ReferenceTextType { get; set; }
    Property Value
    Type Description
    System.Nullable<Reference.ReferenceTextType>

    ReferenceText

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

    RefType

    Declaration
    public Reference.ReferenceType RefType { get; set; }
    Property Value
    Type Description
    Reference.ReferenceType

    Methods

    ChecksumMod10(String)

    Declaration
    public bool ChecksumMod10(string digits)
    Parameters
    Type Name Description
    System.String digits
    Returns
    Type Description
    System.Boolean
    Back to top © 1998-2025 Copyright Fast Reports Inc.