Show / Hide Table of Contents

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 Source

CalcCheckSum

Автоматически рассчитывать контрольную сумму.

Declaration
public static bool CalcCheckSum { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

NullText

Текст в случае отсутствия значения.

Declaration
public static string NullText { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Rotation

Поворот изображения штрих-кода.

Declaration
public static PrintImageRotation Rotation { get; set; }
Property Value
Type Description
PrintImageRotation
| Improve this Doc View Source

ShowText

Показывать ли текст в штрих-коде.

Declaration
public static bool ShowText { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Size

Размеры изображения штрих-кода.

Declaration
public static Func<PrintSize> Size { get; set; }
Property Value
Type Description
Func<PrintSize>
| Improve this Doc View Source

WideBarRatio

Относительная ширина штрихов в штрих-коде.

Declaration
public static double ? WideBarRatio { get; set; }
Property Value
Type Description
System.Nullable<System.Double>
  • Improve this Doc
  • View Source
Back to top © Copyright Infinnity Solutions Ltd, 2010–2017.