Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

CodecsPdfTextEncoding Enumeration








Indicates the type of text encoding to perform when saving PDF images.
Syntax
'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  
typedef NS_ENUM(NSInteger, LTCodecsPdfTextEncoding)
public enum CodecsPdfTextEncoding
Leadtools.Codecs.CodecsPdfTextEncoding = function() { };
Leadtools.Codecs.CodecsPdfTextEncoding.prototype = {<br/>
  None = 0,
	Base85 = 1,
	Hex = 2,
	
 };
public enum class CodecsPdfTextEncoding : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
ValueMemberDescription
0NoneNo text encoding at all.
1Base85Use ASCII 85 text encoding algorithm.
2HexUse ASCII HEX text encoding technique.
Remarks

The CodecsPdfTextEncoding enumeration is used as the type for the CodecsPdfSaveOptions.TextEncoding property.

Example
For an example, refer to CodecsPdfOptions.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Codecs.CodecsPdfTextEncoding

Requirements

Target Platforms

See Also

Reference

Leadtools.Codecs Namespace
Implementing PDF Features

Error processing SSI file