←Select platform

FontType Property

Summary

Type of font.

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

Property Value

Type of font.

Remarks

Type of font. Typically "Type0", "Type1", "TrueType", or any other font types defined by the PDFFont.TypeXYZ 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