Enum 9206 Barcode Font Provider 2D in 28
- App
- System Application
- Namespace
- System.Text
Versions171819202122232425262728latest
Source in 28
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";
}
}
Values, 1
| Id | Name | Obsolete |
|---|---|---|
| 0 | IDAutomation2D | - |