Type Default Value Read Only Description
[C#]
Element

[Visual Basic]
Element
null No Represents the "Encoding" entry of the truetype font dictionary object.

 

   

Notes
 

Represents the "Encoding" entry of the truetype font dictionary object.

It is an optional entry defined as part of the PDF 1.0 specification.

This property may contain one of two different types:.

1) A string representing a PDF name object.

This item may take one of the following valid values:.

  • MacRomanEncoding
  • MacExpertEncoding
  • WinAnsiEncoding
.

2) An EncodingElement.

For definitive details see:.

The ISO PDF Specification, ISO 32000-1:2008 PDF 1.7; page 257.

 

   

Example
 
None.