Table of Contents

Method Rotate

Namespace
BitMiracle.Docotic.Pdf.Layout
Assembly
BitMiracle.Docotic.Pdf.Layout.dll

Rotate(double)

Rotates the content by the given angle.

public LayoutContainer Rotate(double angle)

Parameters

angle double

The angle in degrees. Positive angle means clockwise rotation.

Returns

LayoutContainer

The nested container with the applied rotation.

Remarks

Read the Rotate to any angle section of the Size, position, and rendering of containers article for examples of using this method.