Class LogoToken
Namespace: NineDigiteKasa
Assembly: NineDigit.eKasa.dll
Syntax
public sealed class LogoToken : PrintToken
Properties
Address
Declaration
public int Address { get; }
Property Value
Alignment
Declaration
public TextAlignment Alignment { get; }
Property Value
Size
Declaration
public LogoSize Size { get; }
Property Value
Methods
Create(int, LogoSize, TextAlignment)
Declaration
public static LogoToken Create(int address, LogoSize size = LogoSize.Normal, TextAlignment alignment = TextAlignment.Center)
Parameters
Returns