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

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

    Parameters

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