Gets or sets the horizontal alignment of the drawn text within the
Bounds rectangle.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfTextAlign HorizontalAlignment { get; set; }
VB
Public Property HorizontalAlignment As PdfTextAlign
Get
Set
Property Value
Type:
PdfTextAlignThe horizontal alignment of the drawn text within the
Bounds rectangle.
Remarks
See Also