Click or drag to resize

PdfFontAlignment Property

Gets or sets the text alignment used by the parent PdfObject.

Namespace:  RadPdf.Data.Document.Common
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public PdfHorizontalAlignment Alignment { get; set; }

Property Value

Type: PdfHorizontalAlignment
Remarks
Properties of a font object with IsLocked set can not be changed. At this time, this property is only supported by PdfTextField and PdfTextShape objects. All other PdfObject types will ignore this property.
See Also