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(
: WebImageJS[],
: 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
See Also