EVO HTML to PDF Converter

PageGraphicElementScale Method

Winnovative Client for .NET Documentation
Scales the coordinates so that 1 unit in the horizontal and vertical dimensions of the new coordinate system is the same size as sx and sy units, respectively, in the previous coordinate system.

Namespace:  Winnovative.HtmlToPdfClient
Assembly:  WnvHtmlToPdfClient (in WnvHtmlToPdfClient.dll) Version: 16.0.0.0 (16.0.0.0)
Syntax

public void Scale(
	float sx,
	float sy
)

Parameters

sx
Type: SystemSingle
The value by which to scale coordinate system in the x-axis direction.
sy
Type: SystemSingle
The value by which to scale coordinate system in the y-axis direction.
See Also

Reference