VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfImageViewerActionExecutorJS type / set_Viewer Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    set_Viewer Method
    In This Topic
    Sets an image viewer, which is associated with this action executor.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.WebPdfImageViewerActionExecutorJS(viewer, pdfDocumentEditorControl);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: WebImageViewerJS
    
    returnValue = instance.set_Viewer(value);
    
    
    function set_Viewer(
    value
    Instance of WebImageViewerJS class.
    : WebImageViewerJS
    ) : any;

    Parameters

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