Width Property (WebVideoProperties)
In This Topic
Gets or sets the width of the rendered html page in pixels.
Value must be greater than 0.
The default is 0.
Syntax
'Declaration
Public Property Width As System.Integer
public System.int Width {get; set;}
See Also