Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / WebVideoProperties Class / SetUrl Method / SetUrl(String,String) Method
The video URL.
The title of web video player.

In This Topic
    SetUrl(String,String) Method
    In This Topic
    Sets the video URL and title associated with this WebVideoProperties.
    Syntax
    'Declaration
     
    Public Overloads Sub SetUrl( _
       ByVal url As System.String, _
       ByVal title As System.String _
    ) 
    public void SetUrl( 
       System.string url,
       System.string title
    )

    Parameters

    url
    The video URL.
    title
    The title of web video player.
    See Also