Click or drag to resize

PdfMatrixScale Method

Applies the specified scale vector to this PdfMatrix by prepending the scale vector.

Namespace:  Opait.Pdf.Api
Assembly:  Opait.Pdf.Api (in Opait.Pdf.Api.dll) Version: 1.3.3.0
Syntax
C#
public PdfMatrix Scale(
	double sx,
	double sy
)

Parameters

sx
Type: SystemDouble
Horizontal scaling.
sy
Type: SystemDouble
Vertical scaling.

Return Value

Type: PdfMatrix
The result of the transformation.
See Also