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(
: number
) : any;
Parameters
- value
- Size of the font. Default value is 14.
Exceptions
| Exception | Description |
| Thrown if argument has wrong type. |
| Thrown if value is negative. |
Browser Compatibility
See Also