VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.JavaScriptApi Namespace / PdfJsField Class / textSize Property
Syntax Remarks Requirements SeeAlso
In This Topic
    textSize Property (PdfJsField)
    In This Topic
    Gets or sets the text size (in points) to be used in all controls.
    Syntax
    'Declaration
    
    Public Property textSize As Single
    
    
    public float textSize { get; set; }
    
    
    public: __property float get_textSize();
    public: __property void set_textSize(
    float value
    );
    public:
    property float textSize { float get(); void set(float value); }

    Property Value

    Valid text sizes range from 0 to 32767, inclusive. A value of zero means the largest point size that allows all text data to fit in the field’s rectangle.
    Remarks

    In check box and radio button fields, the text size determines the size of the check.

    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