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

MethodDescription
NewWorkbookRenderThe construct of WorkbookRender

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetPageCountGets the total page count of workbook.
ToImage_StringRender whole workbook as Tiff Image to a file.
ToImage_Int_StringRender certain page to a file.
DisposeReleases resources created and used for rendering.