WorkbookRender Class
Contents
[
Hide
]WorkbookRender class
Represents a Workbook render.The constructor of this class , must be used after modification of pagesetup, cell style.
type WorkbookRender struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|---|
| NewWorkbookRender | The construct of WorkbookRender |
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| GetPageCount | Gets the total page count of workbook. |
| GetPageSizeInch | Get page size in inch of output image. |
| ToImage | Render whole workbook as Tiff Image to stream. |
| ToImage_String | Render whole workbook as Tiff Image to a file. |
| ToImage_Int_String | Render certain page to a file. |
| ToImage_Int | Render certain page to a stream. |
| Dispose | Releases resources created and used for rendering. |