Class LogoToken
Inheritance
System.Object
LogoToken
Assembly: NineDigit.eKasa.dll
Syntax
public sealed class LogoToken : PrintToken
Properties
Address
Declaration
public int Address { get; }
Property Value
Type |
Description |
System.Int32 |
|
Alignment
Declaration
public TextAlignment Alignment { get; }
Property Value
Size
Declaration
public LogoSize Size { get; }
Property Value
Methods
Create(Int32, LogoSize, TextAlignment)
Declaration
public static LogoToken Create(int address, LogoSize size, TextAlignment alignment)
Parameters
Returns