C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets a string representation of the font family associated with this AnnFont object.
public string FontFamilyName { get; set; }
Public Property FontFamilyName As String
public string FontFamilyName {get; set;}
@property (nonatomic,copy) NSString* fontFamilyName;
public String getFontFamilyName()
public void setFontFamilyName(String fontFamilyName)
get_FontFamilyName();
set_FontFamilyName(value);
Object.defineProperty('FontFamilyName');
public:
property String^ FontFamilyName
{
String^ get()
void set(String^ value)
}
A string representation of the font family associated with this AnnFont object.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET