Class PrintViewDefaults.BarcodeEan13
Настройки по умолчанию для PrintBarcodeEan13.
Inheritance
System.Object
PrintViewDefaults.BarcodeEan13
Namespace:InfinniPlatform.PrintView.Defaults
Assembly:InfinniPlatform.PrintView.Abstractions.dll
Syntax
public static class BarcodeEan13 : object
Properties
| Improve this Doc View SourceCalcCheckSum
Автоматически рассчитывать контрольную сумму.
Declaration
public static bool CalcCheckSum { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
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> |
WideBarRatio
Относительная ширина штрихов в штрих-коде.
Declaration
public static double ? WideBarRatio { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |