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
initThe construct of WorkbookRender

Properties

PropertyDescription
page_countGets the total page count of workbook.

Methods

MethodDescription
to_imageRender whole workbook as Tiff Image to stream.
to_imageRender whole workbook as Tiff Image to a file.
to_imageRender certain page to a file.
to_imageRender certain page to a stream.
to_printerRender workbook to Printer
to_printerRender workbook to Printer
to_printerRender workbook to Printer
to_printerRender workbook to Printer
to_printerRender workbook to Printer
get_page_size_inchGet page size in inch of output image.
custom_printClient can control page setting of printer when print each page using this function.
disposeReleases resources created and used for rendering.

Remarks

See Also