PDF .NET Library Documentation - PDF Technologies, Inc.
Assembly: PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)
Specifies the encoding type options for text extract.
Namespace:
PDFTechAssembly: PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)
Syntax
| C# |
|---|
public enum EncodingType |
| Visual Basic (Declaration) |
|---|
Public Enumeration EncodingType |
| Visual C++ |
|---|
public enum class EncodingType |
Members
| Member name | Description | |
|---|---|---|
| ANSI |
Ansi encoding
| |
| Unicode |
Unicode encoding
| |
| UTF8 |
UTF8 encoding
|