VintaSoft Barcode .NET SDK 14.3: Documentation for .NET developer
Vintasoft.Barcode.BarcodeInfo Namespace / NonDataFlags Class / Macro06 Property
Syntax Remarks Requirements SeeAlso
In This Topic
    Macro06 Property (NonDataFlags)
    In This Topic
    Gets the Macro06 character.
    Syntax
    'Declaration
    
    Public Shared ReadOnly Property Macro06 As MacroCharacter
    
    
    public static MacroCharacter Macro06 { get; }
    
    
    public: __property static MacroCharacter* get_Macro06();
    
    
    
    public:
    static property MacroCharacter^ Macro06 { MacroCharacter^ get(); }
    Remarks

    Name:
    Header: [)>06
    Trailer:
    This flag can be used in DataMatrix and Micro PDF417 barcodes.

    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