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