Enum 9203 Barcode Font Provider in 25

App
System Application
Namespace
System.Text

Values, 1

Versions171819202122232425262728latest

Source242526272829

Source in 25

src/System Application/App/Barcode/src/Barcode Provider/Font/BarcodeFontProvider.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 barcode font providers.
/// </summary>
enum 9203 "Barcode Font Provider" implements "Barcode Font Provider"
{
    Access = Public;
    Extensible = true;

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

Values, 1

IdNameObsolete
0IDAutomation1D-