PdfDevice class
PdfDevice class
Class incapsulating image composing device.
Inheritance: PdfDevice
→
Device
The PdfDevice 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 |
---|---|
current_page_number | Returns the absolute number of the current page withint the document. |
current_relative_page_number | Returns the number of the current page within the current partititon. |
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. |
set_hyperlink_target | Sets the hyperlink with an external URI as its target. |
set_hyperlink_target | Sets the hyperlink with a page number as its target. |
add_outline | Adds an outline item with the last object as its target. |
add_outline | Adds an outline item with the origin point as its target. |
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.pdf
- class
Device
- class
PdfDevice