NavigationCompletedParams Class

Represents the parameters of the NavigationCompletedEvent event

Definition

Namespace: EvoPdf
Assembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.0.0
C#
public class NavigationCompletedParams
Inheritance
Object    NavigationCompletedParams

Properties

HtmlContentHeightPt The height of the HTML document in points
HtmlContentHeightPx The height of the HTML document in pixels
HtmlContentWidthPt The width of the HTML document in points
HtmlContentWidthPx The width of the HTML document in pixels

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also