VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Annotation Namespace / AnnotationFont Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    AnnotationFont Class
    In This Topic
    Defines a font used to draw text of the annotation.
    Object Model
    AnnotationFont
    Syntax
    'Declaration
    
    <SerializableAttribute()>
    <TypeConverterAttribute(Vintasoft.Imaging.Annotation.TypeConverters.AnnotationFontConverter)>
    Public Class AnnotationFont
    
    
    [Serializable()]
    [TypeConverter(Vintasoft.Imaging.Annotation.TypeConverters.AnnotationFontConverter)]
    public class AnnotationFont
    
    
    [Serializable()]
    [TypeConverter(Vintasoft.Imaging.Annotation.TypeConverters.AnnotationFontConverter)]
    public __gc class AnnotationFont
    
    
    [Serializable()]
    [TypeConverter(Vintasoft.Imaging.Annotation.TypeConverters.AnnotationFontConverter)]
    public ref class AnnotationFont
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Annotation.AnnotationFont

    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