VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Annotation.TypeConverters Namespace / AnnotationFontNameConverter Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    AnnotationFontNameConverter Class
    In This Topic
    Type converter that is used to convert a font name to and from various other representations.
    Object Model
    AnnotationFontNameConverter
    Syntax
    'Declaration
    
    Public NotInheritable Class AnnotationFontNameConverter
       Inherits System.ComponentModel.TypeConverter
    
    
    public sealed class AnnotationFontNameConverter : System.ComponentModel.TypeConverter
    
    
    public __gc __sealed class AnnotationFontNameConverter : public System.ComponentModel.TypeConverter*
    
    
    public ref class AnnotationFontNameConverter sealed : public System.ComponentModel.TypeConverter^
    
    
    Inheritance Hierarchy

    System.Object
       System.ComponentModel.TypeConverter
          Vintasoft.Imaging.Annotation.TypeConverters.AnnotationFontNameConverter

    Requirements

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

    See Also