Skip to content

TallComponents.UnoPdf.Client

TallComponents.UnoPdf.Client.Models.Pdf.Transforms Namespace

Classes
IdentityTransformModelThe identity transform. This class cannot be instantiated.
Instead you retrieve an existing IdentityTransform object from the static Identity property of the Transform class.
MatrixTransformModelA 2D geometric transform that is defined by a 3-by-3 affine matrix.
RotateTransformModelA 2D geometric transform that applies a clockwise rotation.
ScaleTransformModelA 2D geometric transform that applies a horizontal and vertical scale.
SkewTransformModelA 2D geometric transform that applies a horizontal or vertical skew.
TranslateTransformModelA 2D geometric transform that applies a translation.