Table of Contents

Class SavePdfTemplateConfigRequest

Namespace
KadicErp.WebApi.Controllers.Settings
Assembly
KadicErp.WebApi.dll
public sealed record SavePdfTemplateConfigRequest
Inheritance
object
SavePdfTemplateConfigRequest

Constructors

SavePdfTemplateConfigRequest(string, string, bool, string, string, string, string, string, string?, string?)

public SavePdfTemplateConfigRequest(string DocumentType, string Name, bool IsActive, string PrimaryColor, string LightColor, string BorderColor, string TextSecondaryColor, string DarkColor, string? FooterText, string? WatermarkText)

Parameters

DocumentType string
Name string
IsActive bool
PrimaryColor string
LightColor string
BorderColor string
TextSecondaryColor string
DarkColor string
FooterText string
WatermarkText string

Properties

BorderColor

public string BorderColor { get; init; }

Property Value

string

DarkColor

public string DarkColor { get; init; }

Property Value

string

DocumentType

public string DocumentType { get; init; }

Property Value

string

FooterText

public string? FooterText { get; init; }

Property Value

string

IsActive

public bool IsActive { get; init; }

Property Value

bool

LightColor

public string LightColor { get; init; }

Property Value

string

Name

public string Name { get; init; }

Property Value

string

PrimaryColor

public string PrimaryColor { get; init; }

Property Value

string

TextSecondaryColor

public string TextSecondaryColor { get; init; }

Property Value

string

WatermarkText

public string? WatermarkText { get; init; }

Property Value

string