ImageGear .NET
FontName Property (IImGearARTText)




Gets or sets the font name of the mark text.
Syntax
string FontName {get; set;}
__property string* get_FontName();
__property void set_FontName( 
   string* value
);
property String^ FontName {
   String^ get();
   void set (    String^ value);
}
'Declaration
 
Property FontName As String
 
'Usage
 
Dim instance As IImGearARTText
Dim value As String
 
instance.FontName = value
 
value = instance.FontName

Property Value

String value.
See Also

Reference

IImGearARTText Interface
IImGearARTText Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback