HiQPdf Documentation

PdfDrawableObjectSetSkewAngles Method

Quickly Create High Quality PDFs
Sets the clockwise skew angles 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 SetSkewAngles(
	float angleX,
	float angleY
)

Parameters

angleX
Type: SystemSingle
Horizontal skew angle
angleY
Type: SystemSingle
Vertical skew angle
See Also

Reference