Click or drag to resize

PdfMatrix Scale Method (Single, Single)

Prepend the specified scale vector (scaleX and scaleY).

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void Scale(
	float scaleX,
	float scaleY
)

Parameters

scaleX
Type: System Single
The value by which to scale in the x-axis direction.
scaleY
Type: System Single
The value by which to scale in the y-axis direction.
See Also