Page 1 of 1

How to use ConvertDigitsToArabic property

Posted: Sun Feb 15, 2009 9:21 am
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 .... ?

How to use ConvertDigitsToArabic property

Posted: Mon Feb 16, 2009 1:16 am
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.