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

    Property Value

    Default value is 12.
    0 - maximum font size is not specified.
    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