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 |
---|---|---|
The PDF reference returned from DynaPDF.New. |
Result
Returns number or error.
Description
Returns the current bidirectional mode as number.Name | Value | Description |
---|---|---|
LeftToRight | 0 | Apply the bidi algorithm on Unicode strings in Left to Right layout. |
RightToLeft | 1 | Apply the bidi algorithm on Unicode strings in Right to Left layout. |
None | 2 | Default -> do not apply the bidi algorithm |
See also GetBidiMode function in DynaPDF manual.
See also
Release notes
- Version 15.2
- Added DynaPDF.SetBidiMode and DynaPDF.GetBidiMode functions.
Blog Entries
This function checks for a license.
Created 10th April 2025, last changed 10th April 2025
