VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfRedactionMarkAppearanceJS type / get_AutoFontSize Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_AutoFontSize Method
    In This Topic
    Gets a value indicating whether the appearance can calculate font size automatically.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.WebPdfRedactionMarkAppearanceJS();
    
    var value; // Type: boolean
    value = instance.get_AutoFontSize();
    
    
    function get_AutoFontSize() : boolean;
    

    Return Value

    A value indicating whether the appearance can calculate font size automatically. Default value is true.
    Browser Compatibility
    56+
    45+
    11
    See Also