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
-
- Posts: 1
- Joined: Sun Feb 15, 2009 9:19 am
How to use ConvertDigitsToArabic property
Hi,
Please set the following static properties:
Thank you.
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;