Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / PdfNumber Class / PdfNumber Constructor / PdfNumber Constructor(Int32)
The value.

In This Topic
    PdfNumber Constructor(Int32)
    In This Topic
    Initializes a new instance of the PdfNumber class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal value As System.Integer _
    )
    public PdfNumber( 
       System.int value
    )

    Parameters

    value
    The value.
    See Also