GemBox.Document
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    OnlineVideo Class

    Namespace:
    GemBox.Document.Drawing
    Assembly:
    GemBox.Document.dll

    Specifies the properties for displaying an online video to the user.

    • C#
    • VB.NET
    public sealed class OnlineVideo
    Public NotInheritable Class OnlineVideo
    Inheritance:
    System.Object
    OnlineVideo

    Constructors

    OnlineVideo(String, Int32, Int32)

    Initializes a new instance of the OnlineVideo class.

    • C#
    • VB.NET
    public OnlineVideo(string embeddedHtml, int width, int height)
    Public Sub New(embeddedHtml As String, width As Integer, height As Integer)
    Parameters
    embeddedHtml
    System.String

    The embedded HTML to be rendered within the Picture.

    width
    System.Int32

    The width of the rendered HTML page in pixels.

    height
    System.Int32

    The height of the rendered HTML page in pixels.

    Properties

    EmbeddedHtml

    Gets or sets the embedded HTML to be rendered within the Picture.

    • C#
    • VB.NET
    public string EmbeddedHtml { get; set; }
    Public Property EmbeddedHtml As String
    Property Value
    System.String

    The embedded HTML to be rendered within the Picture.

    Height

    Gets or sets the height of the rendered HTML page in pixels.

    • C#
    • VB.NET
    public int Height { get; set; }
    Public Property Height As Integer
    Property Value
    System.Int32

    The height of the rendered HTML page in pixels.

    Width

    Gets or sets the width of the rendered HTML page in pixels.

    • C#
    • VB.NET
    public int Width { get; set; }
    Public Property Width As Integer
    Property Value
    System.Int32

    The width of the rendered HTML page in pixels.

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.