'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); }