VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfRedactionMarkAppearanceJS type / set_FontSize Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_FontSize Method
    In This Topic
    Sets the size of the font.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.WebPdfRedactionMarkAppearanceJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: number
    
    returnValue = instance.set_FontSize(value);
    
    
    function set_FontSize(
    value
    Size of the font. Default value is 14.
    : number
    ) : any;

    Parameters

    value
    Size of the font. Default value is 14.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Thrown if value is negative.
    Browser Compatibility
    56+
    45+
    11
    See Also