[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.WebVideoProperties.SetUrl

SetUrl Method

SetUrl(string)

Sets the video URL associated with this WebVideoProperties.

Declaration
public void SetUrl(string url)
Parameters
Type Name Description
string url

The video URL.

SetUrl(string, string)

Sets the video URL and title associated with this WebVideoProperties.

Declaration
public void SetUrl(string url, string title)
Parameters
Type Name Description
string url

The video URL.

string title

The title of web video player.

SetUrl(string, string, int, int)

Sets the video URL, title and size associated with this WebVideoProperties.

Declaration
public void SetUrl(string url, string title, int width, int height)
Parameters
Type Name Description
string url

The video URL.

string title

The title of web video player.

int width

The width of the player, overrides the current Width.

int height

The height of the player, overrides the current Height.