PdfTableStyle.Alignment Property

PDF File Writer

PdfTableStyleAlignment Property

Gets or sets content alignment.

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public ContentAlignment Alignment { get; set; }

Property Value

Type: ContentAlignment
Remarks
Alignment property align the content within the client area of the cell.
See Also