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

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

    Parameters

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