WorkbookRender Class
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
Methods
Method | Description |
---|
IsNull | Checks whether the implementation object is nullptr. |
GetPageCount | Gets the total page count of workbook. |
ToImage_String | Render whole workbook as Tiff Image to a file. |
ToImage_Int_String | Render certain page to a file. |
Dispose | Releases resources created and used for rendering. |