Interface IViewPort
An Interface for configuring PDF rendering classes which support responsive HTMl Layout (CSS3/HTML5).
Namespace: IronPdf.Rendering.Abstractions
Assembly: IronPdf.dll
Syntax
public interface IViewPort
Properties
ViewPortHeight
Height of the virtual browser window in pixels. Affects CSS3 MediaQueries.
Declaration
int ViewPortHeight { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ViewPortWidth
Width of the virtual browser window in pixels. Affects CSS3 MediaQueries.
Declaration
int ViewPortWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |