Table of Contents

Enum TextAlign

Namespace
SimpleSign.HtmlToPdf.Parsing
Assembly
SimpleSign.HtmlToPdf.dll

Text alignment options.

public enum TextAlign

Fields

Center = 1

Center-aligned text.

Justify = 3

Justified text.

Left = 0

Left-aligned text.

Right = 2

Right-aligned text.