ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFDestination Class / Resolve Method
The PDF document that contains the destination.




In This Topic
    Resolve Method
    In This Topic
    Resolves the destination.
    Syntax
    'Declaration
     
    Public Function Resolve( _
       ByVal document As ImGearPDFDocument _
    ) As ImGearPDFDestination
    'Usage
     
    Dim instance As ImGearPDFDestination
    Dim document As ImGearPDFDocument
    Dim value As ImGearPDFDestination
     
    value = instance.Resolve(document)

    Parameters

    document
    The PDF document that contains the destination.

    Return Value

    The resolved view destination.
    Remarks
    The destination is a value of the D key in an action. It can be a real destination (an array) or a name. If it is a name, look it up in Document Dests dictionary. The value found there can be a real destination (an array) or a dictionary. If it's a dictionary, look up the D key in that dictionary. This method is useful for getting an explicit view destination from an action.
    See Also