LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

TextEncoding Property






Gets or sets the text encoding to use. .NET support WinRT support
Syntax
public CodecsPdfTextEncoding TextEncoding {get; set;}
'Declaration
 
Public Property TextEncoding As CodecsPdfTextEncoding
'Usage
 
Dim instance As CodecsPdfSaveOptions
Dim value As CodecsPdfTextEncoding
 
instance.TextEncoding = value
 
value = instance.TextEncoding
public CodecsPdfTextEncoding TextEncoding {get; set;}
 get_TextEncoding();
set_TextEncoding(value);
public:
property CodecsPdfTextEncoding TextEncoding {
   CodecsPdfTextEncoding get();
   void set (    CodecsPdfTextEncoding value);
}

Property Value

The text encoding to use.
Example
For an example, refer to CodecsPdfOptions.
Requirements

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

See Also

Reference

CodecsPdfSaveOptions Class
CodecsPdfSaveOptions Members
Implementing PDF Plug in Features

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.