VintaSoft Imaging .NET SDK 14.0: Документация для Веб разработчика
Vintasoft.Imaging.Annotation Namespace / WebAnnotationPrintManagerJS type / WebAnnotationPrintManagerJS Constructor(WebImageJS[],WebAnnotationViewControllerJS)
Syntax BrowserCompatibility SeeAlso
В этом разделе
    WebAnnotationPrintManagerJS Constructor(WebImageJS[],WebAnnotationViewControllerJS)
    В этом разделе
    Initializes a new instance of the WebAnnotationPrintManagerJS class.
    Синтаксис
    // Parameters
    var images; // Type: WebImageJS[]
    var annotationDataController; // Type: WebAnnotationViewControllerJS
    
    var instance = new Vintasoft.Imaging.Annotation.WebAnnotationPrintManagerJS(images, annotationDataController);
    
    
    function WebAnnotationPrintManagerJS(
    images
    Массив объектов WebImageJS, которые необходимо распечатать.
    : WebImageJS[],
    annotationDataController
    WebAnnotationViewControllerJS объект, связанный с указанными изображениями.
    : WebAnnotationViewControllerJS
    ) : WebAnnotationPrintManagerJS;

    Parameters

    images
    Массив объектов WebImageJS, которые необходимо распечатать.
    annotationDataController
    WebAnnotationViewControllerJS объект, связанный с указанными изображениями.
    Совместимость с веб браузерами
    9
    5
    11
    5
    Смотрите также