Class PosPrinterLogoConfiguration
Nastavenia tlače loga
Implements
Inherited Members
Namespace: NineDigiteKasa
Assembly: NineDigit.eKasa.dll
Syntax
public sealed class PosPrinterLogoConfiguration : IEquatable<PosPrinterLogoConfiguration?>, IDeepCloneable<PosPrinterLogoConfiguration>, IDeepCloneable
Constructors
PosPrinterLogoConfiguration()
Vytvorí inštanciu s predvolenými hodnotami
Declaration
public PosPrinterLogoConfiguration()
PosPrinterLogoConfiguration(PosPrinterLogoConfiguration)
Vytvorí kópiu nastavení
Declaration
public PosPrinterLogoConfiguration(PosPrinterLogoConfiguration configuration)
Parameters
| Type | Name | Description |
|---|---|---|
| PosPrinterLogoConfiguration | configuration | Nastavenia, ktorých hodnoty budú skopírované |
Properties
Enabled
Indikácia tlače loga
Declaration
public bool Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool | Indikácia tlače loga alebo. Predvolená hodnota je |
Examples
false
MemoryAddress
Pamäťová adresa umiestnenia loga
Declaration
public byte MemoryAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| byte | Nenulová hodnota adresy. Predvolená hodnota je 1. |
Examples
1
Mode
Grafický mód tlače loga
Declaration
public EscPosLogoMode Mode { get; set; }
Property Value
| Type | Description |
|---|---|
| EscPosLogoMode | Platná hodnota módu. Predvolená hodnota je Normal. |
Examples
Normal
Methods
DeepClone()
Declaration
public PosPrinterLogoConfiguration DeepClone()
Returns
| Type | Description |
|---|---|
| PosPrinterLogoConfiguration |
Equals(PosPrinterLogoConfiguration?)
Declaration
public bool Equals(PosPrinterLogoConfiguration? other)
Parameters
| Type | Name | Description |
|---|---|---|
| PosPrinterLogoConfiguration | other |
Returns
| Type | Description |
|---|---|
| bool |
Equals(PosPrinterLogoConfiguration?, PosPrinterLogoConfiguration?)
Declaration
public static bool Equals(PosPrinterLogoConfiguration? first, PosPrinterLogoConfiguration? second)
Parameters
| Type | Name | Description |
|---|---|---|
| PosPrinterLogoConfiguration | first | |
| PosPrinterLogoConfiguration | second |
Returns
| Type | Description |
|---|---|
| bool |
Equals(object?)
Declaration
public override bool Equals(object? obj)
Parameters
| Type | Name | Description |
|---|---|---|
| object | obj |
Returns
| Type | Description |
|---|---|
| bool |
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
| Type | Description |
|---|---|
| int |