VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation Namespace / TextAnnotationData Class / AutoFontMaxSize Property
Syntax Requirements SeeAlso
In This Topic
AutoFontMaxSize Property (TextAnnotationData)
In This Topic
Gets or sets the maximum font size when auto font size is enabled (AutoFontSize == True).
Syntax
'Declaration

<DescriptionAttribute("The maximum font size when auto font size is enabled")>
<DefaultValueAttribute(0)>
Public Overridable Property AutoFontMaxSize As Single

[Description("The maximum font size when auto font size is enabled")]
[DefaultValue(0)]
public virtual float AutoFontMaxSize { get; set; }

Property Value

0 - maximum font size is not used; any positive value - maximum font size is used.
Default value is 0.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also