Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / PdfNumberObject Class / PdfNumberObject Constructor
The value of PdfIndirectObject<TValue>.Value.

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

    Parameters

    value
    The value of PdfIndirectObject<TValue>.Value.
    See Also