Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / PdfRef Class / GetValue Method

In This Topic
    GetValue Method (PdfRef)
    In This Topic
    Returns the referenced value, null indicates that reference can not be resolved. If the value was found, it can be of one of the following types:
    Syntax
    'Declaration
     
    Public Function GetValue() As System.Object
    public System.object GetValue()

    Return Value

    The referenced value, or null.
    See Also