PdfDevice class

PdfDevice class

Class incapsulating image composing device.

Inheritance: PdfDeviceDevice

The PdfDevice type exposes the following members:

Constructors

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

Properties

PropertyDescription
current_page_numberReturns the absolute number of the current page withint the document.
current_relative_page_numberReturns the number of the current page within the current partititon.

Methods

MethodDescription
open_pageStarts a new page with the specifies title.
open_pageStarts a new page with the specified width and height.
set_hyperlink_targetSets the hyperlink with an external URI as its target.
set_hyperlink_targetSets the hyperlink with a page number as its target.
add_outlineAdds an outline item with the last object as its target.
add_outlineAdds an outline item with the origin point as its target.
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