EVO PDF Logo

SizeFloat Constructor

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

Namespace:  EvoPdfClient
Assembly:  EvoPdfClient (in EvoPdfClient.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public SizeFloat(
	float width,
	float height
)

Parameters

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

Reference