|
Bidi property (TgtCustomPDFEngine) |
Top |
|
property Bidi: boolean;
Description This property should be set when you need the output text for a right to left language such as Arabic and Hebrew.
By default the value is set to false. When the output text is R2L (Right to Left) the value should be set to true.
Example:
Delphi: gtPDFEngine1.Bidi := true;
C++Builder: gtPDFEngine1->Bidi = true;
|