[]
        
(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)
Public Shared Function Create(value As Single?) As IPdfObject
Parameters
Type Name Description
float? value

The value.

Returns
Type Description
IPdfObject