Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / WebVideoProperties Class / SetUrl Method / SetUrl(String,String,Int32,Int32) Method
The video URL.
The title of web video player.
The width of the player, overrides the current Width.
The height of the player, overrides the current Height.

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

    Parameters

    url
    The video URL.
    title
    The title of web video player.
    width
    The width of the player, overrides the current Width.
    height
    The height of the player, overrides the current Height.
    See Also