Enum 9207 Barcode Image 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/Image/BarcodeImageProvider2D.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 9207 "Barcode Image Provider 2D" implements "Barcode Image Provider 2D"
{
    Access = Public;
    Extensible = true;

    /// <summary>
    /// Dynamics QR Code Provider.
    /// </summary>
    value(0; Dynamics2D)
    {
        Caption = 'Dynamics QR Code Provider';
        Implementation = "Barcode Image Provider 2D" = "Dynamics 2D Provider";
    }
}