VintaSoft Barcode .NET SDK 15.1: Документация для Веб разработчика
Vintasoft.Shared Namespace / WebImageSourceJS type / WebImageSourceJS Constructors / WebImageSourceJS Constructor(string,WebServiceJS,WebServiceJS)
Синтаксис Совместимость с браузерами Смотрите также
В этом разделе
    WebImageSourceJS Constructor(string,WebServiceJS,WebServiceJS)
    В этом разделе
    Initializes a new instance of the WebImageSourceJS class.
    Синтаксис
    // 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,
    imageService
    A WebServiceJS, which allows to work with image.
    : WebServiceJS,
    annotationService
    A WebServiceJS, which allows to annotate image.
    : WebServiceJS
    ) : WebImageSourceJS;

    Parameters

    imageId
    A string, which represents a file identifier.
    imageService
    A WebServiceJS, which allows to work with image.
    annotationService
    A WebServiceJS, which allows to annotate image.
    Смотрите также