Documents for PDF, .NET Edition Documentation
FontType3 Class
Members 

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf.Text Namespace : FontType3 Class
Represents Type3 font in PDF document. Type 3 fonts differ from the other fonts supported by PDF. In Type 3 fonts, glyphs are defined by streams of PDF graphics operators. These streams are associated with character names. Note! FontType3 does not support CreateNativeFont method, it returns null.
Object Model
FontType3 Class
Syntax
'Declaration
 
Public Class FontType3 
   Inherits FontSimple
public class FontType3 : FontSimple 
Inheritance Hierarchy

System.Object
      GrapeCity.Documents.Pdf.Text.Font
         GrapeCity.Documents.Pdf.Text.FontSimple
            GrapeCity.Documents.Pdf.Text.FontType3

See Also

Reference

FontType3 Members
GrapeCity.Documents.Pdf.Text Namespace