VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Annotation Namespace / WebAnnotationPrintManagerJS type / WebAnnotationPrintManagerJS Constructor(WebImageJS[],WebAnnotationViewControllerJS)
Syntax BrowserCompatibility SeeAlso
In This Topic
    WebAnnotationPrintManagerJS Constructor(WebImageJS[],WebAnnotationViewControllerJS)
    In This Topic
    Initializes a new instance of the WebAnnotationPrintManagerJS class.
    Syntax
    // Parameters
    var images; // Type: WebImageJS[]
    var annotationDataController; // Type: WebAnnotationViewControllerJS
    
    var instance = new Vintasoft.Imaging.Annotation.WebAnnotationPrintManagerJS(images, annotationDataController);
    
    
    function WebAnnotationPrintManagerJS(
    images
    Array of WebImageJS objects, which should be printed.
    : WebImageJS[],
    annotationDataController
    WebAnnotationViewControllerJS object, which linked with specified images.
    : WebAnnotationViewControllerJS
    ) : WebAnnotationPrintManagerJS;

    Parameters

    images
    Array of WebImageJS objects, which should be printed.
    annotationDataController
    WebAnnotationViewControllerJS object, which linked with specified images.
    Browser Compatibility
    56+
    45+
    11
    See Also