Leadtools.Codecs Namespace : CodecsPdfTextEncoding Enumeration |
public enum CodecsPdfTextEncoding : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum CodecsPdfTextEncoding Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As CodecsPdfTextEncoding
public enum CodecsPdfTextEncoding : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.Codecs.CodecsPdfTextEncoding = function() { }; Leadtools.Codecs.CodecsPdfTextEncoding.prototype = {
LeadtoolsMemberMarker(replace me) };
public enum class CodecsPdfTextEncoding : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
Base85 | Use ASCII 85 text encoding algorithm. |
Hex | Use ASCII HEX text encoding technique. |
None | No text encoding at all. |
The CodecsPdfTextEncoding enumeration is used as the type for the CodecsPdfSaveOptions.TextEncoding property.
System.Object
System.ValueType
System.Enum
Leadtools.Codecs.CodecsPdfTextEncoding
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2