Enum EmfPlusStringDigitSubstitution
EmfPlusStringDigitSubstitution enumeration
The StringDigitSubstitution enumeration defines ways to substitute digits in a string according to a user’s locale or language.
public enum EmfPlusStringDigitSubstitution
Values
| Name | Value | Description |
|---|---|---|
| StringDigitSubstitutionUser | 0 | Specifies an implementation-defined substitution scheme. |
| StringDigitSubstitutionNone | 1 | Specifies to disable substitutions. |
| StringDigitSubstitutionNational | 2 | Specifies substitution digits that correspond with the official national language of the user’s locale. |
| StringDigitSubstitutionTraditional | 3 | Specifies substitution digits that correspond to the user’s native script or language, which can be different from the official national language of the user’s locale. |
See Also
- namespace Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts
- assembly Aspose.Imaging