Show / Hide Table of Contents

Class PdfPrinterConfiguration

Nastavenia tlače elektronických dokladov.

Inheritance
System.Object
PdfPrinterConfiguration
Implements
System.IEquatable<PdfPrinterConfiguration>
IDeepCloneable<PdfPrinterConfiguration>
IDeepCloneable
Namespace: NineDigit.eKasa
Assembly: NineDigit.eKasa.dll
Syntax
public sealed class PdfPrinterConfiguration : Object, IEquatable<PdfPrinterConfiguration>, IDeepCloneable<PdfPrinterConfiguration>, IDeepCloneable

Constructors

PdfPrinterConfiguration()

Vytvorí inštanciu s predvolenými hodnotami

Declaration
public PdfPrinterConfiguration()

PdfPrinterConfiguration(PdfPrinterConfiguration)

Vytvorí kópiu nastavení

Declaration
public PdfPrinterConfiguration(PdfPrinterConfiguration configuration)
Parameters
Type Name Description
PdfPrinterConfiguration configuration

Nastavenia, ktorých hodnoty budú skopírované

Properties

OutputDirectory

Výstupný priečinok, do ktorého budú elektronické doklady ukladané

Declaration
public string OutputDirectory { get; set; }
Property Value
Type Description
System.String

Adresa priečinku alebo. Predvolená hodnota je podadresár "receipt" pracovného adresáru.

Examples

receipts

PageOrientation

Orientácia strany

Declaration
public PdfPageOrientation PageOrientation { get; set; }
Property Value
Type Description
PdfPageOrientation

Orientácia strany alebo null pre použitie predvolenej hodnoty. Predvolená hodnota je Portrait.

Examples

Portrait

PageSize

Formát strany

Declaration
public PdfPageSize PageSize { get; set; }
Property Value
Type Description
PdfPageSize

Formát strany alebo null pre použitie predvolenej hodnoty. Predvolená hodnota je A5.

Examples

A5

RetentionDays

Doba, vyjadrená v dňoch, po ktorej budú vytvorené elektronické doklady odstránené.

Declaration
public Nullable<double> RetentionDays { get; set; }
Property Value
Type Description
System.Nullable<System.Double>

Počet dní alebo null. Predvolená hodnota je 31.

Examples

31

Methods

DeepClone()

Declaration
public PdfPrinterConfiguration DeepClone()
Returns
Type Description
PdfPrinterConfiguration

Equals(PdfPrinterConfiguration)

Declaration
public bool Equals(PdfPrinterConfiguration other)
Parameters
Type Name Description
PdfPrinterConfiguration other
Returns
Type Description
System.Boolean

Equals(PdfPrinterConfiguration, PdfPrinterConfiguration)

Declaration
public static bool Equals(PdfPrinterConfiguration first, PdfPrinterConfiguration second)
Parameters
Type Name Description
PdfPrinterConfiguration first
PdfPrinterConfiguration 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. ©