VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Annotation Namespace / TextAnnotationData Class / AutoFontMinSize Property
Syntax Requirements SeeAlso
In This Topic
    AutoFontMinSize Property (TextAnnotationData)
    In This Topic
    Gets or sets the minimum font size when auto font size is enabled (AutoFontSize == True).
    Syntax
    'Declaration
    
    <DefaultValueAttribute(0)>
    <DescriptionAttribute("The minimum font size when auto font size is enabled")>
    Public Overridable Property AutoFontMinSize As Single
    
    
    [DefaultValue(0)]
    [Description("The minimum font size when auto font size is enabled")]
    public virtual float AutoFontMinSize { get; set; }
    
    
    [DefaultValue(0)]
    [Description("The minimum font size when auto font size is enabled")]
    public: __property virtual float get_AutoFontMinSize();
    public: __property virtual void set_AutoFontMinSize(
    float value
    );
    [DefaultValue(0)]
    [Description("The minimum font size when auto font size is enabled")]
    public:
    virtual property float AutoFontMinSize { float get(); void set(float value); }

    Property Value

    0 - minimum font size is not used; any positive value - minimum 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