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

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

    Parameters

    value
    The value.
    See Also