Skip to content

TallComponents.UnoPdf.Client

TallComponents.UnoPdf.Client.Models.Pdf.Transforms

RotateTransformModel Class

A 2D geometric transform that applies a clockwise rotation.

csharp
public class RotateTransformModel : TallComponents.UnoPdf.Client.Models.Pdf.Transforms.TransformModel

Inheritance System.Object 🡒 TallComponents.UnoPdf.Client.Models.Pdf.Transforms.TransformModel 🡒 RotateTransformModel

Properties
AngleClockwise angle in degrees around the origin of the shape.
Default is 0.
RotationOffsetXGet or set the x-coordinate of the rotation center, relative to the origin of the shape.
RotationOffsetYGet or set the y-coordinate of the rotation center, relative to the origin of the shape.