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
HtmlContentHeightPx
The height of the HTML document in pixels
public int HtmlContentHeightPx { get; }
Property Value
HtmlContentWidthPt
The width of the HTML document in points
public float HtmlContentWidthPt { get; }
Property Value
HtmlContentWidthPx
The width of the HTML document in pixels
public int HtmlContentWidthPx { get; }