ImageGear .NET - Updated
FontSize Property (Field)




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF.Forms Namespace > Field Class : FontSize Property
Gets or sets the font size for the text in this field.
Syntax
'Declaration
 
Public Property FontSize As Single
'Usage
 
Dim instance As Field
Dim value As Single
 
instance.FontSize = value
 
value = instance.FontSize
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);
}

Property Value

The size of the font.
Exceptions
ExceptionDescription
Thrown if the size to be set is negative.
See Also

Reference

Field Class
Field Members