[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.PdfNumber.Create

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