ImageDevice class

ImageDevice class

Class incapsulating image composing device.

Inheritance: ImageDeviceDevice

The ImageDevice type exposes the following members:

Constructors

ConstructorDescription
initCreates the new instance.
initCreates the new instance with specified media size.

Properties

PropertyDescription
resultReturns the resulting images byte arrays.
The first dimension is for inner documents
and the second one is for pages within inner documents.
current_page_numberReturns the absolute number of the current page within the document.
current_relative_page_numberReturns the relative number of the current page within the current partition.

Methods

MethodDescription
open_pageStarts a new page with the specifies title.
open_pageStarts a new page with the specified width and height.
init_page_numbersInitializes numbers of pages to output.
close_pageAccomplishes the page.
update_page_parametersUpdates the current page parameters.
open_partitionStarts a new document partition.
close_partitionAccomplished the document partition.

See Also