Class HorizontalAlignment
The horizontal alignment relative to the page.
Inheritance
System.Object
    HorizontalAlignment
  Namespace: IronPdf.Editing
Assembly: IronPdf.dll
Syntax
public sealed class HorizontalAlignment : Enum
  Fields
Center
Alignment along the center of the page.
Declaration
public const HorizontalAlignment Center
  Field Value
| Type | Description | 
|---|---|
| HorizontalAlignment | 
Left
Alignment along the left side of the page.
Declaration
public const HorizontalAlignment Left
  Field Value
| Type | Description | 
|---|---|
| HorizontalAlignment | 
Right
Alignment along the right side of the page.
Declaration
public const HorizontalAlignment Right
  Field Value
| Type | Description | 
|---|---|
| HorizontalAlignment | 
value__
Declaration
public int value__
  Field Value
| Type | Description | 
|---|---|
| System.Int32 |