HiQPdf Documentation

PdfDrawableObjectSetScaling Method

Quickly Create High Quality PDFs
Sets the horizontal and vertical scaling of the coordinates system before drawing this object in PDF

Namespace:  HiQPdf
Assembly:  HiQPdf (in HiQPdf.dll) Version: 15.0.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