[This is preliminary documentation and is subject to change.]
Font / text alignment
Namespace:
RadPdfLibrary.Data.Document.CommonAssembly: RadPdfLibrary (in RadPdfLibrary.dll) Version: 1.4.3630.21651 (1.4.0.0)
Syntax
| C# |
|---|
public enum RadPdfFontAlign |
| Visual Basic (Declaration) |
|---|
Public Enumeration RadPdfFontAlign |
| Visual Basic (Usage) |
|---|
Dim instance As RadPdfFontAlign |
Members
| Member name | Description | |
|---|---|---|
| AlignLeft |
Align left
| |
| AlignCenter |
Align center
| |
| AlignRight |
Align right
| |
| AlignJustify |
Justify text
|