HiQPdf Documentation

PdfDrawableObjectSetScaling Method

HiQPdf Client for .NET Core
Sets the horizontal and vertical scaling of the coordinates system before drawing this object in PDF

Namespace:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.0.0
Syntax

public void SetScaling(
	float scaleX,
	float scaleY
)

Parameters

scaleX
Type: SystemSingle
The horizontal scaling
scaleY
Type: SystemSingle
THe vertical scaling
See Also

Reference