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.48.0.0 (3.48.0.0)
Syntax public PdfHorizontalAlignment Alignment { get; set; }
Public Property Alignment As PdfHorizontalAlignment
Get
Set
Property Value
Type:
PdfHorizontalAlignmentRemarks
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