←Select platform

Encoding Property

Summary

Character set encoding used by this font.

Syntax
C#
VB
C++
public string Encoding {get; set;} 
Public Property Encoding() As String 
   Get 
   Set 
public:  
   property String^ Encoding 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

Character set encoding used by this font.

Remarks

This could be "StandardEncoding", "WinAnsiEncoding", or any other encodings defined by the PDFFont.EncodingXYZ constants.

PDFFont matches the font properties from PDF specification.

Example

For an example, refer to PDFFont.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly