Create Method
Create(float?)
Creates the PdfNumber object from nullable float value,
returns Instance if value is null.
Declaration
public static IPdfObject Create(float? value)
Parameters
| Type |
Name |
Description |
| float? |
value |
The value.
|
Returns
| Type |
Description |
| IPdfObject |
|