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

    Name:
    Header: [)>05
    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