Table of Contents

Class HtmlConverterSettings.ViewportSize

Namespace
InSite.Web.Helpers
Assembly
InSite.UI.dll
public class HtmlConverterSettings.ViewportSize
Inheritance
HtmlConverterSettings.ViewportSize
Inherited Members

Constructors

ViewportSize(int)

public ViewportSize(int width)

Parameters

width int

ViewportSize(int, int)

public ViewportSize(int width, int height)

Parameters

width int
height int

Properties

Height

public int Height { get; set; }

Property Value

int

Width

public int Width { get; set; }

Property Value

int