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

In This Topic
    GetReferencedObj Method
    In This Topic
    Gets the referenced PdfObject. If the current PdfRef references a PdfRefObject, all references in the chain are resolved until the actual referenced object is found.
    Syntax
    'Declaration
     
    Public Function GetReferencedObj() As PdfObject
    public PdfObject GetReferencedObj()

    Return Value

    The actual referenced object, or null.
    See Also