VintaSoft Twain .NET SDK 15.0: Documentation for Web developer
Vintasoft.Shared Namespace / WebImageSourceJS type / WebImageSourceJS Constructors / WebImageSourceJS Constructor(string)
Syntax BrowserCompatibility SeeAlso
In This Topic
    WebImageSourceJS Constructor(string)
    In This Topic
    Initializes a new instance of the WebImageSourceJS class.
    Syntax
    // Parameters
    var imageId; // Type: string
    var imageService; // Type: WebServiceJS
    var annotationService; // Type: WebServiceJS
    
    var instance = new Vintasoft.Shared.WebImageSourceJS(imageId, imageService, annotationService);
    
    
    function WebImageSourceJS(
    imageId
    A string, which represents a file identifier.
    : string
    ) : WebImageSourceJS;

    Parameters

    imageId
    A string, which represents a file identifier.
    Browser Compatibility
    9
    See Also