Sets the direction of the content from right to left.
Namespace:
BitMiracle.Docotic.Pdf.Layout
Assembly:
BitMiracle.Docotic.Pdf.Layout (in BitMiracle.Docotic.Pdf.Layout.dll)
Syntax
C#
public LayoutContainer ContentFromRightToLeft()
VB
Public Function ContentFromRightToLeft As LayoutContainer
Return Value
Type:
LayoutContainerThe nested container with the applied direction.
See Also