ImageDevice class
ImageDevice class
Class incapsulating image composing device.
Inheritance: ImageDevice →
Device
The ImageDevice type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
| init | Creates the new instance. |
| init | Creates the new instance with specified media size. |
Properties
| Property | Description |
|---|---|
| result | Returns the resulting images byte arrays. The first dimension is for inner documents and the second one is for pages within inner documents. |
| current_page_number | Returns the absolute number of the current page within the document. |
| current_relative_page_number | Returns the relative number of the current page within the current partition. |
Methods
| Method | Description |
|---|---|
| open_page | Starts a new page with the specifies title. |
| open_page | Starts a new page with the specified width and height. |
| init_page_numbers | Initializes numbers of pages to output. |
| close_page | Accomplishes the page. |
| update_page_parameters | Updates the current page parameters. |
| open_partition | Starts a new document partition. |
| close_partition | Accomplished the document partition. |
See Also
- module
aspose.page.xps.presentation.image - class
Device - class
ImageDevice