Text alignment style for text used in controls (form controls)
Namespace: Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll)
Syntax
| C# |
|---|
public enum ControlTextAlignmentType |
| Visual Basic (Declaration) |
|---|
Public Enumeration ControlTextAlignmentType |
| Visual C++ |
|---|
public enum class ControlTextAlignmentType |
Members
| Member name | Description | |
|---|---|---|
| Center | ||
| Bottom | ||
| Right | ||
| Left | ||
| Top | ||
| RightBottom | ||
| LeftBottom | ||
| RightTop | ||
| LeftTop |
See Also
Bytescout.PDF Namespace