←Select platform

Encoding Property

Summary

Character set encoding used by this font.

Syntax
C#
Java
public string Encoding {get; set;} 
public String getEncoding(); 
public void setEncoding( 
   java.lang.String string 
); 

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 21.0.2021.7.6
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.