SheetRender Class
Contents
[
Hide
]SheetRender class
Represents a worksheet render which can render worksheet to various images such as (BMP, PNG, JPEG, TIFF..)The constructor of this class , must be used after modification of pagesetup, cell style.
type SheetRender struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|---|
NewSheetRender | the construct of SheetRender, need worksheet and ImageOrPrintOptions as params |
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetPageCount | Gets the total page count of current worksheet. |
GetPageScale | Gets calculated page scale of the sheet.Returns the set scale if |
ToImage_Int_String | Render certain page to a file. |
ToTiff_String | Render whole worksheet as Tiff Image to a file. |
Dispose | Releases resources created and used for rendering. |