The FamilyName Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets a string representation of the font family associated with this AnnFont object.| Visual Basic (Declaration) | |
|---|---|
Public Overridable Property FamilyName As String | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As AnnFont Dim value As String instance.FamilyName = value value = instance.FamilyName | |
| C# | |
|---|---|
public virtual string FamilyName {get; set;} | |
Property Value
a string representation of the font family associated with this AnnFont object.For an example, refer to AnnFont.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code