←Select platform

CodecsPdfTextEncoding Enumeration

Summary
Indicates the type of text encoding to perform when saving PDF images.
Syntax
C#
VB
Objective-C
C++
Java
public enum CodecsPdfTextEncoding   
Public Enum CodecsPdfTextEncoding  
typedef NS_ENUM(NSInteger, LTCodecsPdfTextEncoding) 
public enum CodecsPdfTextEncoding 
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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.