←Select platform

TextEncoding Property

Summary

Gets or sets the text encoding to use.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public CodecsPdfTextEncoding TextEncoding { get; set; } 
Public Property TextEncoding As Leadtools.Codecs.CodecsPdfTextEncoding 
public Leadtools.Codecs.CodecsPdfTextEncoding TextEncoding {get; set;} 
@property (nonatomic, assign) LTCodecsPdfTextEncoding textEncoding 
public CodecsPdfTextEncoding getTextEncoding() 
public void setTextEncoding(CodecsPdfTextEncoding value) 
             
 <br/>get_TextEncoding();<br/>set_TextEncoding(value);<br/>Object.defineProperty('TextEncoding');  

Property Value

The text encoding to use.

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