Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / IPdfRefExt Class / Resolve Method
The current IPdfRef.

In This Topic
    Resolve Method
    In This Topic
    Returns the PdfIndirectObjectBase referenced by this IPdfRef, or a null reference (Nothing in Visual Basic) if the referenced object cannot be fetched.
    Syntax
    'Declaration
     
    Public Shared Function Resolve( _
       ByVal ipr As IPdfRef _
    ) As PdfIndirectObjectBase
    public static PdfIndirectObjectBase Resolve( 
       IPdfRef ipr
    )

    Parameters

    ipr
    The current IPdfRef.

    Return Value

    The referenced indirect object.
    See Also