Places text rotated on the document to be printed.
- X
- Single-precision value indicating the x coordinate of the rotating text pivot point.
- Y
- Single-precision value indicating the y coordinate of the rotating text pivot point.
- prntStr
- A string expression to print.
- Angle
- An integer value indicating the rotation angle. Valid values range from 0 to 360 degrees.
- Mode
An integer value indicating the rotation pivot mode:
0 — The text is left-justified at the pivot point
1 — The text is right-justified at the pivot point
2 — The text is center-justified at the pivot point
The baseline of the text is positioned at the pivot point. If a printer has not been selected or a document has not been started, the PrintTextRotated method will select the default printer and start a new document.