VintaSoft Barcode .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Barcode.BarcodeInfo Namespace / QRStructuredAppendCharacter Class
Members Object Syntax Example Hierarchy Requirements SeeAlso
In This Topic
    QRStructuredAppendCharacter Class
    In This Topic
    Contains information about the QR Structured Append non-data character.
    Object Model
    QRStructuredAppendCharacter
    Syntax
    'Declaration
    
    Public NotInheritable Class QRStructuredAppendCharacter
       Inherits StructuredAppendCharacter
    
    
    public sealed class QRStructuredAppendCharacter : StructuredAppendCharacter
    
    
    public __gc __sealed class QRStructuredAppendCharacter : public StructuredAppendCharacter*
    
    
    public ref class QRStructuredAppendCharacter sealed : public StructuredAppendCharacter^
    
    
    Example

    Please see example here.

    Inheritance Hierarchy

    System.Object
       Vintasoft.Barcode.BarcodeInfo.ValueItemBase
          Vintasoft.Barcode.BarcodeInfo.NonDataFlagValueItem
             Vintasoft.Barcode.BarcodeInfo.StructuredAppendCharacter
                Vintasoft.Barcode.BarcodeInfo.QRStructuredAppendCharacter

    Requirements

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

    See Also