[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.WebVideoProperties

WebVideoProperties Class

Represents the properties used to show an online video to the user.

Inheritance
WebVideoProperties
Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public class WebVideoProperties : FormattingBag
Public Class WebVideoProperties
    Inherits FormattingBag

Properties

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.

Methods

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.