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

DynaPDF.GetBidiMode

Returns the current bidirectional mode as number.

Component Version macOS Windows Linux Server iOS SDK
DynaPDF 15.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "DynaPDF.GetBidiMode"; PDF )   More

Parameters

Parameter Description Example
PDF The PDF reference returned from DynaPDF.New. $pdf

Result

Returns number or error.

Description

Returns the current bidirectional mode as number.

NameValueDescription
LeftToRight0Apply the bidi algorithm on Unicode strings in Left to Right layout.
RightToLeft1Apply the bidi algorithm on Unicode strings in Right to Left layout.
None2Default -> do not apply the bidi algorithm

See also GetBidiMode function in DynaPDF manual.

See also

Release notes

Blog Entries

This function checks for a license.

Created 10th April 2025, last changed 10th April 2025


DynaPDF.GetBBox - DynaPDF.GetBookmark