ImageGear .NET
FontName Property (Field)




Gets or sets the font that is used to display the text in this field.
Syntax
'Declaration
 
Public Property FontName As String
'Usage
 
Dim instance As Field
Dim value As String
 
instance.FontName = value
 
value = instance.FontName
public string FontName {get; set;}
public: __property string* get_FontName();
public: __property void set_FontName( 
   string* value
);
public:
property String^ FontName {
   String^ get();
   void set (    String^ value);
}

Property Value

The PostScript name of the font.
See Also

Reference

Field Class
Field Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback