VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfGoToActionJS type / set_Destination Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_Destination Method
    In This Topic
    Sets the destination to jump to.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.WebPdfGoToActionJS(document);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: WebPdfDestinationBaseJS
    
    returnValue = instance.set_Destination(value);
    
    
    function set_Destination(
    value
    Instance of WebPdfDestinationBaseJS class.
    : WebPdfDestinationBaseJS
    ) : any;

    Parameters

    value
    Instance of WebPdfDestinationBaseJS class.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also