Show / Hide Table of Contents

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 Source

ErrorCorrection

Уровень защиты от ошибок.

Declaration
public static PrintBarcodeQrErrorCorrection ErrorCorrection { get; set; }
Property Value
Type Description
PrintBarcodeQrErrorCorrection
| 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
Back to top © Copyright Infinnity Solutions Ltd, 2010–2017.