Method RotateRight
- Namespace
- BitMiracle.Docotic.Pdf.Layout
- Assembly
- BitMiracle.Docotic.Pdf.Layout.dll
RotateRight()
Rotates the content by 90 degrees clockwise.
public LayoutContainer RotateRight()
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.