LayoutContainer.AlignLeft Method

Horizontally aligns the content to the left.

Namespace:  BitMiracle.Docotic.Pdf.Layout
Assembly:  BitMiracle.Docotic.Pdf.Layout (in BitMiracle.Docotic.Pdf.Layout.dll)

Syntax

C#
public LayoutContainer AlignLeft()
VB
Public Function AlignLeft As LayoutContainer

Return Value

Type: LayoutContainer
The nested container with the applied alignment.

See Also