Table of Contents

Class NavigationCompletedParams

Namespace
EvoPdf
Assembly
evohtmltopdf.dll

Represents the parameters of the NavigationCompletedEvent event

[ClassInterface(ClassInterfaceType.AutoDual)]
public class NavigationCompletedParams
Inheritance
NavigationCompletedParams
Inherited Members

Properties

HtmlContentHeightPt

The height of the HTML document in points

public float HtmlContentHeightPt { get; }

Property Value

float

HtmlContentHeightPx

The height of the HTML document in pixels

public int HtmlContentHeightPx { get; }

Property Value

int

HtmlContentWidthPt

The width of the HTML document in points

public float HtmlContentWidthPt { get; }

Property Value

float

HtmlContentWidthPx

The width of the HTML document in pixels

public int HtmlContentWidthPx { get; }

Property Value

int