Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
TextEncoding Property
See Also 
Leadtools.Codecs Namespace > CodecsPdfSaveOptions Class : TextEncoding Property



Gets or sets the text encoding to use.

Syntax

Visual Basic (Declaration) 
Public Property TextEncoding As CodecsPdfTextEncoding
Visual Basic (Usage)Copy Code
Dim instance As CodecsPdfSaveOptions
Dim value As CodecsPdfTextEncoding
 
instance.TextEncoding = value
 
value = instance.TextEncoding
C# 
public CodecsPdfTextEncoding TextEncoding {get; set;}
C++/CLI 
public:
property CodecsPdfTextEncoding TextEncoding {
   CodecsPdfTextEncoding get();
   void set (CodecsPdfTextEncoding value);
}

Return Value

The text encoding to use.

Example

For an example, refer to CodecsPdfOptions.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also