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: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxpublic void RotateTransform(
float degrees
)
Public Sub RotateTransform (
degrees As Single
)
Parameters
- degrees
- Type: SystemSingle
The amount to rotate, in degrees.
Implements
IBarGraphicsRotateTransform(Single)
See Also