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

    Property Value

    Default value is 0.
    0 - maximum 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