Class PreviewPdfBrandingRequest
- Namespace
- KadicErp.WebApi.Controllers.Settings
- Assembly
- KadicErp.WebApi.dll
public sealed record PreviewPdfBrandingRequest
- Inheritance
-
object
PreviewPdfBrandingRequest
Constructors
PreviewPdfBrandingRequest(string, string, string, string, string, string?, string?)
public PreviewPdfBrandingRequest(string PrimaryColor, string LightColor, string BorderColor, string TextSecondaryColor, string DarkColor, string? FooterText, string? WatermarkText)
Parameters
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
FooterText
public string? FooterText { get; init; }
Property Value
- string
LightColor
public string LightColor { 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
Methods
ToBrandingConfig()
public PdfBrandingConfig ToBrandingConfig()
Returns
- PdfBrandingConfig