Click or drag to resize

PdfBarGraphicsRotateTransform Method

Use a rotate transform to rotate the render canvas.

Namespace:  Atalasoft.PdfDoc.BarcodeWriting
Assembly:  Atalasoft.dotImage.PdfDoc.BarcodeWriting (in Atalasoft.dotImage.PdfDoc.BarcodeWriting.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void RotateTransform(
	float degrees
)

Parameters

degrees
Type: SystemSingle
The amount to rotate, in degrees.

Implements

IBarGraphicsRotateTransform(Single)
See Also