Click or drag to resize

PdfHorizontalAlignment Enumeration

Font / text horizontal alignment

Namespace:  RadPdf.Data.Document.Common
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public enum PdfHorizontalAlignment
Members
  Member nameValueDescription
AlignLeft0 Align left
AlignCenter1 Align center
AlignRight2 Align right
See Also