ImageGear .NET
FontSize Property (ImGearARTTextFromFile)




Gets or sets the font size of the text.
Syntax
public float FontSize {get; set;}
public: __property float get_FontSize();
public: __property void set_FontSize( 
   float value
);
public:
property float FontSize {
   float get();
   void set (    float value);
}
'Declaration
 
Public Property FontSize As Single
 
'Usage
 
Dim instance As ImGearARTTextFromFile
Dim value As Single
 
instance.FontSize = value
 
value = instance.FontSize

Property Value

Any positive float value.
Remarks
The font size is measured in points.
See Also

Reference

ImGearARTTextFromFile Class
ImGearARTTextFromFile Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback