LEADTOOLS Image File Support (Leadtools.Codecs assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
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);
}

Property Value

The text encoding to use.

Example

For an example, refer to CodecsPdfOptions.

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also