PdfField
FontSizeAuto Property
|
The font is to be auto-sized:its size is computed as a function of the height of the annotation rectangle.
Namespace:
Spire.Pdf.Fields
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public bool FontSizeAuto { get; set; }
Public Property FontSizeAuto As Boolean
Get
Set
public:
property bool FontSizeAuto {
bool get ();
void set (bool value);
}
member FontSizeAuto : bool with get, set
Property Value
Type:
Boolean
See Also