public final class EncodingType
extends com.aspose.ms.System.Enum
Specifies the PDF encoding type.
Modifier and Type | Field and Description |
---|---|
static int |
Builtin
Adobe standard Latin-text encoding.This is the built-in encoding defined in
Type 1 Latin-text font programs (but generally not in True Type font programs).
|
static int |
Cid
CID (Character ID)fonts for Japanese,Chi-nese,and Korean (CJK) encoding.
|
static int |
Ebcdic
EBCDIC code page 1047 as used on IBM AS/400 and S/3 0 systems.
|
static int |
InvalidEncoding
Invalid encoding.
|
static int |
Macroman
Mac OS standard encoding for Latin text in Western writing systems.
|
static int |
Winansi
Windows Code Page 1252,often called the "Windows ANSI " encoding.
|
public static final int InvalidEncoding
Invalid encoding.
public static final int Cid
CID (Character ID)fonts for Japanese,Chi-nese,and Korean (CJK) encoding.
public static final int Builtin
Adobe standard Latin-text encoding.This is the built-in encoding defined in Type 1 Latin-text font programs (but generally not in True Type font programs).
public static final int Winansi
Windows Code Page 1252,often called the "Windows ANSI " encoding. This is the standard Windows encoding for Latin text in Western writing systems. PDF has a predefined encoding named WinAnsiEncoding that can be used with both Type 1 and True-Type fonts.
public static final int Macroman
Mac OS standard encoding for Latin text in Western writing systems. PDF has a predefined encoding named MacRomanEncoding that can be used with both Type 1 and TrueType fonts.
public static final int Ebcdic
EBCDIC code page 1047 as used on IBM AS/400 and S/3 0 systems.
Copyright © 2016 Aspose. All Rights Reserved.