Font size of all buttons in the preview area.

Syntax

Initialize
JavaScript CopyCode imageCopy Code
<script type="text/javascript" src="iuembed.js"></script>
<script type="text/javascript">
var iu = new ImageUploaderWriter("ImageUploaderID", 610, 500);
//...other params...
iu.addParam("ButtonFontSize", "0");
//...other params...
iu.writeHtml();
</script>
Get/Set Value in Runtime
JavaScript CopyCode imageCopy Code
getImageUploader("ImageUploaderID").setButtonFontSize(value);
value = getImageUploader("ImageUploaderID").getButtonFontSize();
Property Value

A non-negative integer value. When this value is 0, the system font size is used.

Default value is "0" (system font size).

See Also

Examples
Customizing Appearance

Reference
ButtonFontName Property