Show / Hide Table of Contents

Class PosPrinterLogoConfiguration

Nastavenia tlače loga

Inheritance
object
PosPrinterLogoConfiguration
Implements
IEquatablePosPrinterLogoConfiguration
IDeepCloneablePosPrinterLogoConfiguration
IDeepCloneable
Inherited Members
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
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 false.

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
object.Equals(object)

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
int
Overrides
object.GetHashCode()

Implements

IEquatable<T>
IDeepCloneable<T>
IDeepCloneable
In This Article
Na začiatok stránky Nine Digit, s.r.o. ©