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.