Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / WebVideoProperties Class / EmbeddedHtml Property

In This Topic
    EmbeddedHtml Property
    In This Topic
    Gets or sets the embedded HTML to be rendered within the image.

    The default is a null reference (Nothing in Visual Basic).

    Syntax
    'Declaration
     
    Public Property EmbeddedHtml As System.String
    public System.string EmbeddedHtml {get; set;}
    See Also