# GrapeCity.Documents.Word.WebVideoProperties

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_WebVideoProperties" data-uid="GrapeCity.Documents.Word.WebVideoProperties" class="text-break">WebVideoProperties Class
</h1>
  <div class="markdown level0 summary"><p>Represents the properties used to show an online video to the user.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="GrapeCity.Documents.Word.FormattingBag.html">FormattingBag</a></div>
    <div class="level2"><span class="xref">WebVideoProperties</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Word.html">GrapeCity.Documents.Word</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Word.dll</h6>
  <h5 id="GrapeCity_Documents_Word_WebVideoProperties_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class WebVideoProperties : FormattingBag</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class WebVideoProperties
    Inherits FormattingBag</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Word_WebVideoProperties_EmbeddedHtml" data-uid="GrapeCity.Documents.Word.WebVideoProperties.EmbeddedHtml">
          <a class="xref" href="GrapeCity.Documents.Word.WebVideoProperties.EmbeddedHtml.html#GrapeCity_Documents_Word_WebVideoProperties_EmbeddedHtml">EmbeddedHtml</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the embedded HTML to be rendered within the image.</p>
<p>The default is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_WebVideoProperties_Height" data-uid="GrapeCity.Documents.Word.WebVideoProperties.Height">
          <a class="xref" href="GrapeCity.Documents.Word.WebVideoProperties.Height.html#GrapeCity_Documents_Word_WebVideoProperties_Height">Height</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the height of the rendered html page in pixels.</p>
<p>Value must be greater than <b>0</b>.</p>
<p>The default is <b>0</b>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_WebVideoProperties_Width" data-uid="GrapeCity.Documents.Word.WebVideoProperties.Width">
          <a class="xref" href="GrapeCity.Documents.Word.WebVideoProperties.Width.html#GrapeCity_Documents_Word_WebVideoProperties_Width">Width</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of the rendered html page in pixels.</p>
<p>Value must be greater than <b>0</b>.</p>
<p>The default is <b>0</b>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Word_WebVideoProperties_Equals_GrapeCity_Documents_Word_WebVideoProperties_" data-uid="GrapeCity.Documents.Word.WebVideoProperties.Equals(GrapeCity.Documents.Word.WebVideoProperties)">
          <a class="xref" href="GrapeCity.Documents.Word.WebVideoProperties.Equals.html#GrapeCity_Documents_Word_WebVideoProperties_Equals_GrapeCity_Documents_Word_WebVideoProperties_">Equals(WebVideoProperties)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_WebVideoProperties_Equals_System_Object_" data-uid="GrapeCity.Documents.Word.WebVideoProperties.Equals(System.Object)">
          <a class="xref" href="GrapeCity.Documents.Word.WebVideoProperties.Equals.html#GrapeCity_Documents_Word_WebVideoProperties_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_WebVideoProperties_GetHashCode" data-uid="GrapeCity.Documents.Word.WebVideoProperties.GetHashCode">
          <a class="xref" href="GrapeCity.Documents.Word.WebVideoProperties.GetHashCode.html#GrapeCity_Documents_Word_WebVideoProperties_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_WebVideoProperties_Reset" data-uid="GrapeCity.Documents.Word.WebVideoProperties.Reset">
          <a class="xref" href="GrapeCity.Documents.Word.WebVideoProperties.Reset.html#GrapeCity_Documents_Word_WebVideoProperties_Reset">Reset()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets properties to defaults.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_WebVideoProperties_SetUrl_System_String_" data-uid="GrapeCity.Documents.Word.WebVideoProperties.SetUrl(System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.WebVideoProperties.SetUrl.html#GrapeCity_Documents_Word_WebVideoProperties_SetUrl_System_String_">SetUrl(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the video URL associated with this <a class="xref" href="GrapeCity.Documents.Word.WebVideoProperties.html">WebVideoProperties</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_WebVideoProperties_SetUrl_System_String_System_String_" data-uid="GrapeCity.Documents.Word.WebVideoProperties.SetUrl(System.String,System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.WebVideoProperties.SetUrl.html#GrapeCity_Documents_Word_WebVideoProperties_SetUrl_System_String_System_String_">SetUrl(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the video URL and title associated with this <a class="xref" href="GrapeCity.Documents.Word.WebVideoProperties.html">WebVideoProperties</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_WebVideoProperties_SetUrl_System_String_System_String_System_Int32_System_Int32_" data-uid="GrapeCity.Documents.Word.WebVideoProperties.SetUrl(System.String,System.String,System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.Documents.Word.WebVideoProperties.SetUrl.html#GrapeCity_Documents_Word_WebVideoProperties_SetUrl_System_String_System_String_System_Int32_System_Int32_">SetUrl(string, string, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the video URL, title and size associated with this <a class="xref" href="GrapeCity.Documents.Word.WebVideoProperties.html">WebVideoProperties</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
