Click or drag to resize

PdfTextAlignment Enumeration

An enum to represent text alignment styles

Namespace:  Atalasoft.PdfDoc.Generating.Shapes
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public enum PdfTextAlignment
Members
  Member nameDescription
Left Left justify. (Default)
Right Right justify.
Center Center justify.
Fill Fill the available space. This is not supported by all text objects.
See Also