LEADTOOLS Annotations (Leadtools.Annotations assembly)

FamilyName Property

Show in webframe





Gets or sets a string representation of the font family associated with this AnnFont object.
Syntax
public virtual string FamilyName {get; set;}
'Declaration
 
Public Overridable Property FamilyName As String
'Usage
 
Dim instance As AnnFont
Dim value As String
 
instance.FamilyName = value
 
value = instance.FamilyName

            

            
public:
virtual property String^ FamilyName {
   String^ get();
   void set (    String^ value);
}

Property Value

a string representation of the font family associated with this AnnFont object.
Example
For an example, refer to AnnFont.
Requirements

Target Platforms

See Also

Reference

AnnFont Class
AnnFont Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.