ExpertPdf Html to Pdf Converter Library
Scale Method (sx, sy)
NamespacesExpertPdf.HtmlToPdf.PdfDocumentPageGraphicElementScale(Single, Single)
ExpertPdf Html to Pdf Converter Library
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.
Declaration Syntax
C#Visual BasicVisual C++
public void Scale(
	float sx,
	float sy
)
Public Sub Scale ( 
	sx As Single,
	sy As Single
)
public:
void Scale(
	float sx, 
	float sy
)
Parameters
sx (Single)
The value by which to scale coordinate system in the x-axis direction.
sy (Single)
The value by which to scale coordinate system in the y-axis direction.

Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)