This documentation is for the old version. Go to the latest Upload Suite docs

ImageUploader.ButtonFontSize Property

Supported in: ActiveX , Java

This property is obsolete.

Font size of all buttons in the preview area.

Syntax

Initialize

JavaScript
<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
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

Manual

Reference