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.
More...
Inherits Object.
|
virtual Aspose::Cells::Systems::Int32 | GetPageCount ()=0 |
| Indicate the total page count of current worksheet More...
|
|
virtual Aspose::Cells::Systems::Double | GetPageScale ()=0 |
| Gets calculated page scale of the sheet. More...
|
|
virtual intrusive_ptr< Aspose::Cells::Systems::Drawing::Size > | GetPageSize (Aspose::Cells::Systems::Int32 pageIndex)=0 |
| Get page size of output image. The size unit is in pixel. More...
|
|
virtual intrusive_ptr< Aspose::Cells::Systems::Array1D< Aspose::Cells::Systems::Single > > | GetPageSizeInch (Aspose::Cells::Systems::Int32 pageIndex)=0 |
| Get page size in inch of output image. More...
|
|
virtual void | ToImage (Aspose::Cells::Systems::Int32 pageIndex, intrusive_ptr< Aspose::Cells::Systems::Drawing::Graphics > g, Aspose::Cells::Systems::Single x, Aspose::Cells::Systems::Single y, Aspose::Cells::Systems::Single width, Aspose::Cells::Systems::Single height)=0 |
| Render certain page to a Graphics More...
|
|
virtual void | ToImage (Aspose::Cells::Systems::Int32 pageIndex, intrusive_ptr< Aspose::Cells::Systems::Drawing::Graphics > g, Aspose::Cells::Systems::Single x, Aspose::Cells::Systems::Single y)=0 |
| Render certain page to a Graphics More...
|
|
virtual void | ToImage (Aspose::Cells::Systems::Int32 pageIndex, intrusive_ptr< Aspose::Cells::Systems::String > fileName)=0 |
| Render certain page to a file. More...
|
|
virtual void | ToImage (Aspose::Cells::Systems::Int32 pageIndex, intrusive_ptr< Aspose::Cells::Systems::IO::Stream > stream)=0 |
| Render certain page to a stream. More...
|
|
virtual intrusive_ptr< Aspose::Cells::Systems::Drawing::Bitmap > | ToImage (Aspose::Cells::Systems::Int32 pageIndex)=0 |
| Render certain page to a Bitmap object. More...
|
|
virtual void | ToTiff (intrusive_ptr< Aspose::Cells::Systems::IO::Stream > stream)=0 |
| Render whole worksheet as Tiff Image to stream. More...
|
|
virtual void | ToPrinter (intrusive_ptr< Aspose::Cells::Systems::String > printerName)=0 |
| Render worksheet to Printer More...
|
|
virtual void | ToPrinter (intrusive_ptr< Aspose::Cells::Systems::String > printerName, intrusive_ptr< Aspose::Cells::Systems::String > jobName)=0 |
| Render worksheet to Printer More...
|
|
virtual void | ToPrinter (intrusive_ptr< Aspose::Cells::Systems::Drawing::Printing::PrinterSettings > printerSettings)=0 |
| Render worksheet to Printer More...
|
|
virtual void | ToPrinter (intrusive_ptr< Aspose::Cells::Systems::Drawing::Printing::PrinterSettings > printerSettings, intrusive_ptr< Aspose::Cells::Systems::String > jobName)=0 |
| Render worksheet to Printer More...
|
|
virtual void | ToPrinter (intrusive_ptr< Aspose::Cells::Systems::String > printerName, Aspose::Cells::Systems::Int32 printPageIndex, Aspose::Cells::Systems::Int32 printPageCount)=0 |
| Render worksheet to Printer More...
|
|
virtual Aspose::Cells::Systems::Int32 | CustomPrint (bool nextPageAfterPrint, intrusive_ptr< Aspose::Cells::Systems::Drawing::Printing::PrintPageEventArgs > printPageEventArgs)=0 |
| Client can control page setting of printer when print each page using this function. More...
|
|
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.