Class PrintBarcode
Элемент для создания штрих-кода.
Inheritance
System.Object
PrintBarcode
Inherited Members
Namespace:InfinniPlatform.PrintView.Inline
Assembly:InfinniPlatform.PrintView.Abstractions.dll
Syntax
public abstract class PrintBarcode : PrintInline
Properties
| Improve this Doc View SourceRotation
Поворот изображения штрих-кода.
Declaration
public PrintImageRotation? Rotation { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<PrintImageRotation> |
ShowText
Показывать ли текст в штрих-коде.
Declaration
public bool ? ShowText { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
Size
Размеры изображения штрих-кода.
Declaration
public PrintSize Size { get; set; }
Property Value
Type | Description |
---|---|
PrintSize |
SourceFormat
Формат отображения значения источника данных.
Declaration
public ValueFormat SourceFormat { get; set; }
Property Value
Type | Description |
---|---|
ValueFormat |
Text
Текст для кодирования.
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |