LayoutContainer.RotateRight Method

Rotates the content by 90 degrees clockwise.

Namespace:  BitMiracle.Docotic.Pdf.Layout
Assembly:  BitMiracle.Docotic.Pdf.Layout (in BitMiracle.Docotic.Pdf.Layout.dll)

Syntax

C#
public LayoutContainer RotateRight()
VB
Public Function RotateRight As LayoutContainer

Return Value

Type: LayoutContainer
The nested container with the applied rotation.

See Also