VintaSoft Imaging .NET SDK 15.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebPrintManagerJS type / WebPrintManagerJS Constructor(WebImageJS[],object)
Syntax BrowserCompatibility SeeAlso
In This Topic
    WebPrintManagerJS Constructor(WebImageJS[],object)
    In This Topic
    Initializes a new instance of the WebPrintManagerJS class.
    Syntax
    // Parameters
    var images; // Type: WebImageJS[]
    var settings; // Type: object
    
    var instance = new Vintasoft.Imaging.WebPrintManagerJS(images, settings);
    
    
    function WebPrintManagerJS(
    images
    Array of WebImageJS objects, which should be printed.
    : WebImageJS[],
    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
    ) : WebPrintManagerJS;

    Parameters

    images
    Array of WebImageJS objects, which should be printed.
    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