How to use ConvertDigitsToArabic property

Stimulsoft Reports.NET discussion
Post Reply
alaa.moustafa
Posts: 1
Joined: Sun Feb 15, 2009 9:19 am

How to use ConvertDigitsToArabic property

Post by alaa.moustafa »

Hi all,

I want to Export my numbers into Hindi digits in the PDF and I found a property named ConvertDigitsToArabic but I didn't know how to use it.
Any help please .... ?
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

How to use ConvertDigitsToArabic property

Post by Edward »

Hi,

Please set the following static properties:

Code: Select all

Stimulsoft.Report.StiOptions.Export.Pdf.ConvertDigitsToArabic = true;

Stimulsoft.Report.StiOptions.Export.Pdf.ArabicDigitsType = StiArabicDigitsType.Standard;
or
Stimulsoft.Report.StiOptions.Export.Pdf.ArabicDigitsType = StiArabicDigitsType.Eastern;
Thank you.
Post Reply