Enum EmfPlusStringDigitSubstitution
Enum EmfPlusStringDigitSubstitution
Namespace: Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts
Assembly: Aspose.Imaging.dll (25.2.0)
The StringDigitSubstitution enumeration defines ways to substitute digits in a string according to a user’s locale or language.
public enum EmfPlusStringDigitSubstitution
Fields
StringDigitSubstitutionNational = 2
Specifies substitution digits that correspond with the official national language of the user’s locale.
StringDigitSubstitutionNone = 1
Specifies to disable substitutions.
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.
StringDigitSubstitutionUser = 0
Specifies an implementation-defined substitution scheme.