Enum 9206 Barcode Font Provider 2D

App
System Application
Namespace
System.Text
Versions
19-28

Values, 1

Versions171819202122232425262728

Source242526272829

Source in 29

src/System Application/App/Barcode/src/Barcode Provider 2D/Font/BarcodeFontProvider2D.enum.al25 lines, Copyright (c) Microsoft Corporation. MIT

// ------------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
// ------------------------------------------------------------------------------------------------

namespace System.Text;

/// <summary>
/// The available 2D barcode font providers.
/// </summary>
enum 9206 "Barcode Font Provider 2D" implements "Barcode Font Provider 2D"
{
    Access = Public;
    Extensible = true;

    /// <summary>
    /// IDAutomation 2D-barcode provider.
    /// </summary>
    value(0; IDAutomation2D)
    {
        Caption = 'IDAutomation 2D Barcode Provider';
        Implementation = "Barcode Font Provider 2D" = "IDAutomation 2D Provider";
    }
}