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

In This Topic
    Width Property (WebVideoProperties)
    In This Topic
    Gets or sets the width of the rendered html page in pixels.

    Value must be greater than 0.

    The default is 0.

    Syntax
    'Declaration
     
    Public Property Width As System.Integer
    public System.int Width {get; set;}
    See Also