Method RotateLeft
- Namespace
- BitMiracle.Docotic.Pdf.Layout
- Assembly
- BitMiracle.Docotic.Pdf.Layout.dll
RotateLeft()
Rotates the content by 90 degrees counterclockwise.
public LayoutContainer RotateLeft()
Returns
- LayoutContainer
The nested container with the applied rotation.
Remarks
Read the Rotate by 90 degrees section of the Size, position, and rendering of containers article for examples of using this method.