Class PrintViewDefaults.BarcodeQr
Настройки по умолчанию для PrintBarcodeQr.
Inheritance
System.Object
PrintViewDefaults.BarcodeQr
Namespace:InfinniPlatform.PrintView.Defaults
Assembly:InfinniPlatform.PrintView.Abstractions.dll
Syntax
public static class BarcodeQr : object
Properties
| Improve this Doc View SourceErrorCorrection
Уровень защиты от ошибок.
Declaration
public static PrintBarcodeQrErrorCorrection ErrorCorrection { get; set; }
Property Value
Type | Description |
---|---|
PrintBarcodeQrErrorCorrection |
NullText
Текст в случае отсутствия значения.
Declaration
public static string NullText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Rotation
Поворот изображения штрих-кода.
Declaration
public static PrintImageRotation Rotation { get; set; }
Property Value
Type | Description |
---|---|
PrintImageRotation |
ShowText
Показывать ли текст в штрих-коде.
Declaration
public static bool ShowText { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Size
Размеры изображения штрих-кода.
Declaration
public static Func<PrintSize> Size { get; set; }
Property Value
Type | Description |
---|---|
Func<PrintSize> |