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.
GetPageSizeInchGet page size in inch of output image.
ToImageRender whole workbook as Tiff Image to stream.
ToImage_StringRender whole workbook as Tiff Image to a file.
ToImage_Int_StringRender certain page to a file.
ToImage_IntRender certain page to a stream.
DisposeReleases resources created and used for rendering.