Enum TextAlign
- Namespace
- SimpleSign.HtmlToPdf.Parsing
- Assembly
- SimpleSign.HtmlToPdf.dll
Text alignment options.
public enum TextAlign
Fields
Center = 1Center-aligned text.
Justify = 3Justified text.
Left = 0Left-aligned text.
Right = 2Right-aligned text.