VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Annotation Namespace / AnnotationFont Class / FamilyName Property
Syntax Requirements SeeAlso
In This Topic
    FamilyName Property (AnnotationFont)
    In This Topic
    Gets or sets the family name of the AnnotationFont.
    Syntax
    'Declaration
    
    <TypeConverterAttribute(Vintasoft.Imaging.Annotation.TypeConverters.AnnotationFontNameConverter)>
    Public Property FamilyName As System.String
    
    
    [TypeConverter(Vintasoft.Imaging.Annotation.TypeConverters.AnnotationFontNameConverter)]
    public System.String FamilyName { get; set; }
    
    
    [TypeConverter(Vintasoft.Imaging.Annotation.TypeConverters.AnnotationFontNameConverter)]
    public: __property System.String get_FamilyName();
    public: __property void set_FamilyName(
    System.String value
    );
    [TypeConverter(Vintasoft.Imaging.Annotation.TypeConverters.AnnotationFontNameConverter)]
    public:
    property System.String FamilyName { System.String get(); void set(System.String value); }
    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