ImageGear23.Formats.Office Assembly > ImageGear.Formats.Office Namespace : ImGearExcelBookPage Class |
'Declaration Public Class ImGearExcelBookPage Inherits ImageGear.Core.ImGearVectorPage
'Usage Dim instance As ImGearExcelBookPage
public class ImGearExcelBookPage : ImageGear.Core.ImGearVectorPage
public __gc class ImGearExcelBookPage : public ImageGear.Core.ImGearVectorPage
public ref class ImGearExcelBookPage : public ImageGear.Core.ImGearVectorPage
This class is used to display or print the entire sheet of an Excel document as a single page. To break a sheet into smaller pages for displaying or printing, see the Repaginate(Double,Double) method.
Note: Use caution when displaying or printing a sheet as a single page. Because of the large sizes that are possible with Excel sheets, it’s possible that the memory necessary to render the page will exceed the resources of the system. In general, sheets with less than 20,000 cells are safe for rendering as a single page on a modern system. Though keep in mind, the larger the sheet the more time that will be needed to render the page. It is recommended that the paginated ImGearExcelSheetPage objects be used for displaying or printing by default unless the size the worksheets are known.
System.Object
ImageGear.Core.ImGearPage
ImageGear.Core.ImGearVectorPage
ImageGear.Formats.Office.ImGearExcelBookPage