VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfRedactionMarkAppearanceJS type / set_AutoFontSize Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_AutoFontSize Method
    In This Topic
    Sets a value indicating whether the appearance can calculate font size automatically.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.WebPdfRedactionMarkAppearanceJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: boolean
    
    returnValue = instance.set_AutoFontSize(value);
    
    
    function set_AutoFontSize(
    value
    A value indicating whether the appearance can calculate font size automatically. Default value is true.
    : boolean
    ) : any;

    Parameters

    value
    A value indicating whether the appearance can calculate font size automatically. Default value is true.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also