Table of Contents

Class TextCustomSectionData

Namespace
anybill.POS.Client.Models.Receipt.Misc.Extension.CustomSection.CustomSectionData
Assembly
anybill.POS.Client.Abstractions.dll

Text section

public class TextCustomSectionData : CustomSectionDataBase, ICustomSectionData
Inheritance
TextCustomSectionData
Implements
Inherited Members

Properties

Alignment

Optional alignment parameter for the text. Default Value: left

public CustomSectionDataAlignment? Alignment { get; set; }

Property Value

CustomSectionDataAlignment?

Text

Text.

public string Text { get; set; }

Property Value

string

Type

Type of the custom section.

public string Type { get; }

Property Value

string