[]
        
(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)
Public Sub SetUrl(url As String)
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)
Public Sub SetUrl(url As String, title As String)
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)
Public Sub SetUrl(url As String, title As String, width As Integer, height As Integer)
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.