PdfDevice class

PdfDevice class

Represents rendering to a pdf document.

Inheritance: PdfDeviceDevice

The PdfDevice type exposes the following members:

Constructors

ConstructorDescription
initInitializes a new instance of the PdfDevice class.
initInitializes a new instance of the PdfDevice class by rendering options and stream provider.
initInitializes a new instance of the PdfDevice class.
initInitializes a new instance of the PdfDevice class by rendering options and output file name.
initInitializes a new instance of the PdfDevice class.
initInitializes a new instance of the PdfDevice class by rendering options and output stream.

Properties

PropertyDescription
options
graphic_context

Methods

MethodDescription
save_graphic_context
restore_graphic_context
begin_document
end_document
begin_page
end_page
flush
begin_element
end_element
close_path
move_to
line_to
add_rect
cubic_bezier_to
stroke
fill
clip
stroke_and_fill
fill_text
stroke_text
draw_image

See Also