PDF .NET Library Documentation - PDF Technologies, Inc.
This procedure rotates the coordinate system by the angle given in degrees (positive is clock wise).

Namespace:  PDFTech
Assembly:  PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)

Syntax

C#
public void Rotate(
	double Angle
)
Visual Basic (Declaration)
Public Sub Rotate ( _
	Angle As Double _
)
Visual C++
public:
void Rotate(
	double Angle
)

Parameters

Angle
Type: System..::.Double
Angle value

See Also