Represents a size object with floating point width and height
Inheritance Hierarchy
EvoPdf.HtmlToPdfClientSizeFloat
Namespace: EvoPdf.HtmlToPdfClient
Assembly: EvoHtmlToPdfClient_UWP (in EvoHtmlToPdfClient_UWP.dll) Version: 9.0.0.0 (9.0.0.0)
Syntax
The SizeFloat type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| SizeFloat |
Constructs a size object with the given width and height
|
Properties
| Name | Description | |
|---|---|---|
| Empty |
The null size
| |
| Height |
The height
| |
| Width |
The width
|
Methods
| Name | Description | |
|---|---|---|
| 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