VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode.SymbologySubsets Namespace / IsbtCompoundMessage Class / IsbtCompoundMessage Constructor(Int32,Int32)
Syntax Exceptions Requirements SeeAlso
In This Topic
    IsbtCompoundMessage Constructor(Int32,Int32)
    In This Topic
    Initializes a new instance of the IsbtCompoundMessage class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal dataStructureCount
    The data structure count.
    As Integer, _
    ByVal compoundMessageId
    A three-digit number referencing an entry in an ICCBBA maintained table that defines the sequence of the data structures within a compound message.
    As Integer _
    )
    public IsbtCompoundMessage(
    int dataStructureCount,
    int compoundMessageId
    )
    public: IsbtCompoundMessage(
    int dataStructureCount,
    int compoundMessageId
    )
    public:
    IsbtCompoundMessage(
    int dataStructureCount,
    int compoundMessageId
    )

    Parameters

    dataStructureCount
    The data structure count.
    compoundMessageId
    A three-digit number referencing an entry in an ICCBBA maintained table that defines the sequence of the data structures within a compound message.
    Exceptions
    ExceptionDescription
    Throw if dataStructureCount is greater than 99 or lower than 0.
    Throw if compoundMessageId is greater than 999 or lower than 0.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also