PDF File Writer Class Library - Author Uzi Granot
TextBoxJustify Enumeration |
TextBox justify enumeration
Namespace: PdfFileWriter
Assembly: PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
SyntaxC#
public enum TextBoxJustify
Members| Member name | Value | Description | |
|---|---|---|---|
| Left | 0 | Left | |
| Center | 1 | Center | |
| Right | 2 | Right | |
| FitToWidth | 3 | Fit to width |
RemarksThe first three must be the same as TextJustify
See Also