PdfDrawableObjectSetScaling Method

Sets the horizontal and vertical scaling of the coordinates system before drawing this object in PDF

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public void SetScaling(
	float scaleX,
	float scaleY
)

Parameters

scaleX  Single
The horizontal scaling
scaleY  Single
THe vertical scaling

See Also