ImageGear .NET - Updated March 30, 2018
IsLegacyFontScalingEnabled Property




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearART Class : IsLegacyFontScalingEnabled Property
Gets or sets a value indicating whether the legacy mode is Enabled.
Syntax
'Declaration
 
Public Shared Property IsLegacyFontScalingEnabled As Boolean
 
'Usage
 
Dim value As Boolean
 
ImGearART.IsLegacyFontScalingEnabled = value
 
value = ImGearART.IsLegacyFontScalingEnabled

Property Value

Boolean value.
Remarks
This ART control option sets the way ImageGear scales the text fonts for ART annotations.

True if the legacy scale mode for compatibility with previous ImageGear .NET versions is enabled; otherwise, false.

The default value is false.
See Also

Reference

ImGearART Class
ImGearART Members