Vertically aligns the content to the center.
Namespace:
BitMiracle.Docotic.Pdf.Layout
Assembly:
BitMiracle.Docotic.Pdf.Layout (in BitMiracle.Docotic.Pdf.Layout.dll)
Syntax
C#
public LayoutContainer AlignMiddle()
VB
Public Function AlignMiddle As LayoutContainer
Return Value
Type:
LayoutContainerThe nested container with the applied alignment.
See Also