ImageGear .NET - Updated
ImGearExcelSheetDocument Class
Members 




ImageGear24.Formats.Office Assembly > ImageGear.Formats.Office Namespace : ImGearExcelSheetDocument Class
A document object that contains pages which represent an Excel sheet that has been split into one or more pages.
Object Model
ImGearExcelSheetDocument ClassImGearDocument ClassImGearDocumentPageArray ClassImGearPage Class
Syntax
'Declaration
 
Public Class ImGearExcelSheetDocument 
   Inherits ImageGear.Core.ImGearDocument
'Usage
 
Dim instance As ImGearExcelSheetDocument
public class ImGearExcelSheetDocument : ImageGear.Core.ImGearDocument 
public __gc class ImGearExcelSheetDocument : public ImageGear.Core.ImGearDocument 
public ref class ImGearExcelSheetDocument : public ImageGear.Core.ImGearDocument 
Remarks

A new instance of this class is returned by the Repaginate(Double,Double) method. This method is particularly helpful when the sheets of an Excel document are large and displaying or printing each one as a single page is impractical or impossible.

The document can be created and processed in any thread with any apartment state - STA or MTA. But if it should be displayed as well, then there are some concepts which should be taken into account.

Inheritance Hierarchy

System.Object
   ImageGear.Core.ImGearDocument
      ImageGear.Formats.Office.ImGearExcelSheetDocument

See Also

Reference

ImGearExcelSheetDocument Members
ImageGear.Formats.Office Namespace
ImageScaleSettings Property
ImGearNativeDisplayScaleSettings Class
ImGearWpfDisplayScaleSettings Class