VintaSoft Imaging .NET SDK 15.0: Documentation for Web developer
Vintasoft.Imaging.Annotation Namespace / WebAnnotationPrintManagerJS type / WebAnnotationPrintManagerJS Constructor(WebImageJS[],WebAnnotationViewControllerJS,object)
Syntax BrowserCompatibility SeeAlso
In This Topic
    WebAnnotationPrintManagerJS Constructor(WebImageJS[],WebAnnotationViewControllerJS,object)
    In This Topic
    Initializes a new instance of the WebAnnotationPrintManagerJS class.
    Syntax
    // Parameters
    var images; // Type: WebImageJS[]
    var annotationDataController; // Type: WebAnnotationViewControllerJS
    var settings; // Type: object
    
    var instance = new Vintasoft.Imaging.Annotation.WebAnnotationPrintManagerJS(images, annotationDataController, settings);
    
    
    function WebAnnotationPrintManagerJS(
    images
    Array of WebImageJS objects, which should be printed.
    : WebImageJS[],
    annotationDataController
    WebAnnotationViewControllerJS object, which linked with specified images.
    : WebAnnotationViewControllerJS,
    settings
    Object that contains settings of print manager. Object has the following properties:
    • rowCount (number): The number of rows on a page. Possible values are from 1 to 4. The default value is 1.
    • columnCount (number): The number of columns on a page. Possible values are from 1 to 4. The default value is 1.
    • imagePadding (number): The padding, in pixels, for image on page. Possible values are from 0 to 100. The default value is 0.
    • centerHorizontally (boolean): A value indicating whether page content must be centered horizontally. Default value is False.
    : object
    ) : WebAnnotationPrintManagerJS;

    Parameters

    images
    Array of WebImageJS objects, which should be printed.
    annotationDataController
    WebAnnotationViewControllerJS object, which linked with specified images.
    settings
    Object that contains settings of print manager. Object has the following properties:
    • rowCount (number): The number of rows on a page. Possible values are from 1 to 4. The default value is 1.
    • columnCount (number): The number of columns on a page. Possible values are from 1 to 4. The default value is 1.
    • imagePadding (number): The padding, in pixels, for image on page. Possible values are from 0 to 100. The default value is 0.
    • centerHorizontally (boolean): A value indicating whether page content must be centered horizontally. Default value is False.
    Browser Compatibility
    56+
    45+
    11
    See Also