Aspose::Pdf::Facades::EncodingType enum
EncodingType enum
Enumerates encoding types of the text using.
enum class EncodingType
Values
Name | Value | Description |
---|---|---|
Identity_h | 0 | The Unicode encoding with horizontal writing. |
Identity_v | 1 | The Unicode encoding with vertical writing. |
Cp1250 | 2 | A windows text encoding name. |
Cp1252 | 3 | A windows text encoding name. |
Cp1257 | 4 | A windows text encoding name. |
Winansi | 5 | Windows ansi encoding. |
Macroman | 6 | Mac os standard encoding for Latin text. |
See Also
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++