HtmlForgeX

API Reference

Class

EmailInvoiceTotalLine

Namespace HtmlForgeX.Email
Assembly HtmlForgeX.Email
Modifiers sealed

Line definition for EmailInvoiceTotals.

Inheritance

  • Object
  • EmailInvoiceTotalLine

Constructors

public EmailInvoiceTotalLine() #

Properties

public String Label { get; set; } #

Label text.

public String Value { get; set; } #

Value text.

public Boolean Emphasize { get; set; } #

Whether to emphasize (e.g. Total).

public Boolean SeparatorAbove { get; set; } #

Whether to render a separator above the line.