win.printData - WIN

Class printData
Inherits from __classBase.

The printData class provides information for a print run through the applicationFrame class's printing mechanism.

Properties

printer string Digilines channel of the printer.
from_page
number 1 based first page to print. Zero means unspecified.
to_page
number 1 based last page to print. Zero means unspecified.
pages number Total pages in document. Zero means unspecified.
title string Document title.
data any Custom data passed to the printing mechanism.

Methods

See also API Reference, WIN.

win.printData:constructor

data printData:constructor (printer, from_page, to_page, pages, title, user_data)

Constructs and returns the instantiated print data object.

Parameters
printer string Digilines channel of the printer.
from_page number 1 based first page to print. Zero means unspecified.
to_page number 1 based last page to print. Zero means unspecified.
pages number Total pages in document. Zero means unspecified.
title string Document title.
user_data any Custom data passed to the printing mechanism.

Returns
data printData The instantiated print data object.

Remarks


top


See also API Reference, WIN.