Link Search Menu Expand Document

CanvasScaleTransform Method

Applies the specified scaling operation to the transformation matrix.

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public void ScaleTransform(
	float scaleX,
	float scaleY
)

Parameters

scaleX
Type: SystemSingle
Scale factor in the x direction.
scaleY
Type: SystemSingle
Scale factor in the y direction.
See Also

Reference