Description
Returns or sets the viewer width (in px) of a Dynamic Web TWAIN instance on the page.
Data type
<short>
Syntax
.Width = ...;
Example
DWObject.Width = 270; // Set the width DWObject.Height = 350; // Set the height
Returns or sets the viewer width (in px) of a Dynamic Web TWAIN instance on the page.
<short>
.Width = ...;
DWObject.Width = 270; // Set the width DWObject.Height = 350; // Set the height