SizeFloat Constructor
Constructs a size object with the given width and height
Namespace: EvoPdfClientAssembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
public SizeFloat(
float width,
float height
)
Public Sub New (
width As Single,
height As Single
)
Parameters
- width Single
- The width
- height Single
- The height