VintaSoft Barcode .NET SDK 14.3: Documentation for .NET developer
Vintasoft.Barcode.BarcodeInfo Namespace / AztecStructuredAppendCharacter Class
Members Object Syntax Example Hierarchy Requirements SeeAlso
In This Topic
    AztecStructuredAppendCharacter Class
    In This Topic
    Contains information about the Aztec Structured Append non-data character.
    Object Model
    AztecStructuredAppendCharacter
    Syntax
    'Declaration
    
    Public NotInheritable Class AztecStructuredAppendCharacter
       Inherits StructuredAppendCharacter
    
    
    public sealed class AztecStructuredAppendCharacter : StructuredAppendCharacter
    
    
    public __gc __sealed class AztecStructuredAppendCharacter : public StructuredAppendCharacter*
    
    
    public ref class AztecStructuredAppendCharacter 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.AztecStructuredAppendCharacter

    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