EVO HTML to PDF Converter

SizeFloat Constructor

EVO PDF Client for .NET Core Documentation
Constructs a size object with the given width and height

Namespace:  EvoPdf.HtmlToPdfClient
Assembly:  EvoHtmlToPdfClient_NetCore (in EvoHtmlToPdfClient_NetCore.dll) Version: 9.0.0
Syntax

public SizeFloat(
	float width,
	float height
)

Parameters

width
Type: SystemSingle
The width
height
Type: SystemSingle
The height
See Also

Reference