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);
Parameters
- images
- Array of WebImageJS objects, which should be printed.
- annotationDataController
- WebAnnotationViewControllerJS object, which linked with specified images.
Browser Compatibility
See Also