[]
Represents the properties used to show an online video to the user.
public class WebVideoProperties : FormattingBag
Public Class WebVideoProperties
Inherits FormattingBag
Name | Description |
---|---|
EmbeddedHtml | Gets or sets the embedded HTML to be rendered within the image. The default is null. |
Height | Gets or sets the height of the rendered html page in pixels. Value must be greater than 0. The default is 0. |
Width | Gets or sets the width of the rendered html page in pixels. Value must be greater than 0. The default is 0. |
Name | Description |
---|---|
Equals(WebVideoProperties) | |
Equals(object) | |
GetHashCode() | |
Reset() | Resets properties to defaults. |
SetUrl(string) | Sets the video URL associated with this WebVideoProperties. |
SetUrl(string, string) | Sets the video URL and title associated with this WebVideoProperties. |
SetUrl(string, string, int, int) | Sets the video URL, title and size associated with this WebVideoProperties. |