VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Fonts Namespace / CJKFontProgramNotFoundException Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    CJKFontProgramNotFoundException Class
    In This Topic
    Represents error that occurs if CJK font program is not found.
    Object Model
    CJKFontProgramNotFoundException
    Syntax
    'Declaration
    
    Public Class CJKFontProgramNotFoundException
       Inherits FontProgramNotFoundException
    
    
    public class CJKFontProgramNotFoundException : FontProgramNotFoundException
    
    
    public __gc class CJKFontProgramNotFoundException : public FontProgramNotFoundException*
    
    
    public ref class CJKFontProgramNotFoundException : public FontProgramNotFoundException^
    
    
    Inheritance Hierarchy

    System.Object
       System.Exception
          Vintasoft.Imaging.Fonts.FontProgramNotFoundException
             Vintasoft.Imaging.Fonts.CJKFontProgramNotFoundException

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also