Show / Hide Table of Contents

Class PosPrinterLogoConfiguration

Nastavenia tlače loga

Inheritance
System.Object
PosPrinterLogoConfiguration
Implements
System.IEquatable<PosPrinterLogoConfiguration>
IDeepCloneable<PosPrinterLogoConfiguration>
IDeepCloneable
Namespace: NineDigit.eKasa
Assembly: NineDigit.eKasa.dll
Syntax
public sealed class PosPrinterLogoConfiguration : Object, 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
System.Boolean

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
System.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
System.Boolean

Equals(PosPrinterLogoConfiguration, PosPrinterLogoConfiguration)

Declaration
public static bool Equals(PosPrinterLogoConfiguration first, PosPrinterLogoConfiguration second)
Parameters
Type Name Description
PosPrinterLogoConfiguration first
PosPrinterLogoConfiguration second
Returns
Type Description
System.Boolean

Equals(Object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
System.Object obj
Returns
Type Description
System.Boolean

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
System.Int32

Explicit Interface Implementations

IDeepCloneable.DeepClone()

Declaration
object IDeepCloneable.DeepClone()
Returns
Type Description
System.Object

Implements

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