VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfInteractiveFormField Class / AutoFontSizeMinValue Property
Syntax Requirements SeeAlso
In This Topic
    AutoFontSizeMinValue Property (PdfInteractiveFormField)
    In This Topic
    Gets or sets the minimum font size when font size must be calculated automatically (FontSize set to 0).
    Syntax
    'Declaration
    
    <DefaultValueAttribute(5)>
    <CategoryAttribute("Font")>
    <DescriptionAttribute("Minimum font size when font size must be calculated automatically.")>
    Public Property AutoFontSizeMinValue As Single
    
    
    [DefaultValue(5)]
    [Category("Font")]
    [Description("Minimum font size when font size must be calculated automatically.")]
    public float AutoFontSizeMinValue { get; set; }
    
    
    [DefaultValue(5)]
    [Category("Font")]
    [Description("Minimum font size when font size must be calculated automatically.")]
    public: __property float get_AutoFontSizeMinValue();
    public: __property void set_AutoFontSizeMinValue(
    float value
    );
    [DefaultValue(5)]
    [Category("Font")]
    [Description("Minimum font size when font size must be calculated automatically.")]
    public:
    property float AutoFontSizeMinValue { float get(); void set(float value); }

    Property Value

    Default value is 5.
    0 - minimum font size is not specified.
    Requirements

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

    See Also