VintaSoft Imaging .NET SDK 14.0: 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; }
    
    
    [Description("The maximum font size when auto font size is enabled")]
    [DefaultValue(0)]
    public: __property virtual float get_AutoFontMaxSize();
    public: __property virtual void set_AutoFontMaxSize(
    float value
    );
    [Description("The maximum font size when auto font size is enabled")]
    [DefaultValue(0)]
    public:
    virtual property float AutoFontMaxSize { float get(); void set(float value); }

    Property Value

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

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

    See Also