WorkbookRender class

WorkbookRender class

Represents a Workbook render. The constructor of this class , must be used after modification of pagesetup, cell style.

The WorkbookRender type exposes the following members:

Constructors

ConstructorDescription
__init__(self, workbook, options)The construct of WorkbookRender

Properties

PropertyDescription
page_countGets the total page count of workbook.

Methods

MethodDescription
to_image(self, stream)Render whole workbook as Tiff Image to stream.
to_image(self, filename)Render whole workbook as Tiff Image to a file.
to_image(self, page_index, file_name)Render certain page to a file.
to_image(self, page_index, stream)Render certain page to a stream.
get_page_size_inch(self, page_index)Get page size in inch of output image.
dispose(self)Releases resources created and used for rendering.

Remarks

See Also