VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfGoToActionJS type / get_Destination Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Destination Method
    In This Topic
    Gets the destination to jump to.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.WebPdfGoToActionJS(document);
    
    var value; // Type: Vintasoft.Imaging.Pdf.WebPdfDestinationBaseJS
    value = instance.get_Destination();
    
    
    function get_Destination() : WebPdfDestinationBaseJS;
    

    Return Value

    Instance of WebPdfDestinationBaseJS class.
    Browser Compatibility
    56+
    45+
    11
    See Also