Class TextAlignment
Represents the text alignment options for the title (h1) in the HTML document.
Inheritance
System.Object
    TextAlignment
  Namespace: IronPdf
Assembly: IronPdf.dll
Syntax
public sealed class TextAlignment : Enum
  Fields
Center
Centers the text.
Declaration
public const TextAlignment Center
  Field Value
| Type | Description | 
|---|---|
| TextAlignment | 
Left
Aligns the text to the left.
Declaration
public const TextAlignment Left
  Field Value
| Type | Description | 
|---|---|
| TextAlignment | 
Right
Aligns the text to the right.
Declaration
public const TextAlignment Right
  Field Value
| Type | Description | 
|---|---|
| TextAlignment | 
value__
Declaration
public int value__
  Field Value
| Type | Description | 
|---|---|
| System.Int32 |