ImageGear .NET v25.2 - Updated
ImageGear.Formats.Office Assembly / ImageGear.Formats.Office Namespace / ImGearExcelBookPage Class
Members




In This Topic
    ImGearExcelBookPage Class
    In This Topic
    A page object that represents an entire sheet from an Excel workbook as a single page.
    Object Model
    ImGearExcelBookPage ClassImGearPage ClassImGearRasterPage ClassImGearExcelSheetDocument Class
    Syntax
    '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 
    Remarks

    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.

    Inheritance Hierarchy

    System.Object
       ImageGear.Core.ImGearPage
          ImageGear.Core.ImGearVectorPage
             ImageGear.Formats.Office.ImGearExcelBookPage

    See Also