Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Text Namespace / CIDFont Class
Members

In This Topic
    CIDFont Class
    In This Topic
    Base abstract class representing CID-keyed font in PDF document.
    Object Model
    CIDFont Class
    Syntax
    'Declaration
     
    Public MustInherit Class CIDFont 
       Inherits GrapeCity.Documents.Pdf.Wrappers.PdfDictWrapper
    public abstract class CIDFont : GrapeCity.Documents.Pdf.Wrappers.PdfDictWrapper 
    Inheritance Hierarchy

    System.Object
       GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase
          GrapeCity.Documents.Pdf.Wrappers.PdfWrapper<T>
             GrapeCity.Documents.Pdf.Wrappers.PdfDictWrapper
                GrapeCity.Documents.Pdf.Text.CIDFont
                   GrapeCity.Documents.Pdf.Text.CIDFontType0
                   GrapeCity.Documents.Pdf.Text.CIDFontType2
                   GrapeCity.Documents.Pdf.Text.CIDFontUnknown

    See Also