Horizontally aligns elements to the left.
Namespace:
BitMiracle.Docotic.Pdf.Layout
Assembly:
BitMiracle.Docotic.Pdf.Layout (in BitMiracle.Docotic.Pdf.Layout.dll)
Syntax
C#
public TextContainer AlignLeft()
VB
Public Function AlignLeft As TextContainer
Return Value
Type:
TextContainerThe updated container.
See Also