Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / PdfNumber Class / Create Method
The value.

In This Topic
    Create Method (PdfNumber)
    In This Topic
    Creates the PdfNumber object from nullable float value, returns PdfNull.Instance if value is null.
    Syntax
    'Declaration
     
    Public Shared Function Create( _
       ByVal value As System.Nullable(Of Single) _
    ) As IPdfObject
    public static IPdfObject Create( 
       System.Nullable<float> value
    )

    Parameters

    value
    The value.
    See Also