←Select platform

CodecsPdfTextEncoding Enumeration

Summary

Indicates the type of text encoding to perform when saving PDF images.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public enum CodecsPdfTextEncoding   
Public Enum CodecsPdfTextEncoding  
    
    
public enum CodecsPdfTextEncoding    
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   

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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly