Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

DynaPDF.WriteStyledTextExRotated

Writes styled text on current page.

Component Version macOS Windows Linux Server iOS SDK
DynaPDF 7.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "DynaPDF.WriteStyledTextExRotated"; PDF; PosX; PosY; Width; Height; Align; Text; Alpha )   More

Parameters

Parameter Description Example
PDF The PDF reference returned from DynaPDF.New. $pdf
PosX X-Coordinate of output rectangle $x
PosY Y-Coordinate of output rectangle $y
Width Width of output rectangle $w
Height Height of output rectangle or -1. $h
Align The text alignment. Can be left, center, right or justify. "left"
Text The text to write. "Hello World"
Alpha The rotation angle in degrees.
From 0 to 360 degrees.
90

Result

Returns OK or error message.

Description

Writes styled text on current page.
Same as DynaPDF.WriteStyledTextEx, but with additional rotation in center of box.

See also WriteStyledTextExRotated function in DynaPDF manual.

See also

Release notes

Blog Entries

This function checks for a license.

Created 10th August 2017, last changed 10th August 2017


DynaPDF.WriteStyledTextEx - DynaPDF.WriteText