Table of Contents

Method ScaleTransform

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

ScaleTransform(double, double)

Applies the specified scaling operation to the transformation matrix of this PdfCanvas by prepending it to the transformation matrix.

public void ScaleTransform(double scaleX, double scaleY)

Parameters

scaleX double

Scale factor in the x direction.

scaleY double

Scale factor in the y direction.