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

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

    Value must be greater than 0.

    The default is 0.

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