Enum 9203 Barcode Font Provider, source in 28
Source242526272829metadata in 28
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";
}
}