PDF .NET Library Documentation - PDF Technologies, Inc.
Assembly: PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)
Specifies text alignment
Namespace:
PDFTechAssembly: PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)
Syntax
| C# |
|---|
public enum TextAlign |
| Visual Basic (Declaration) |
|---|
Public Enumeration TextAlign |
| Visual C++ |
|---|
public enum class TextAlign |
Members
| Member name | Description | |
|---|---|---|
| Center |
Center alignment
| |
| Justified |
Justify alignment
| |
| Left |
Left alignment
| |
| Right |
right alignment
|