TImgExportInfo Class
Holds information needed to export the pages, so it is only calculated once.
Syntax
Namespace: FlexCel.Render
public class TImgExportInfo
Fields
Name | Description |
---|---|
LastInitSheet | Last sheet that was initialized. Internal use, don't change. |
Constructors
Name | Description |
---|---|
TImgExportInfo | Creates a new TImgExportInfo. You shouldn't need to create instances of this directly. |
Methods
Name | Description |
---|---|
Sheet | Returns the Image export info for one of the sheets. |
TotalLogicalPages | Returns the total count of pages if ResetPageNumberOnEachSheet is false, or the page count for the current sheet if true. |
Clone | Returns a deep copy of a TImgExportInfo. This method will work even if the source object is null. |
LightClone | Returns a light copy of a TImgExportInfo. |
ToLightImgExportInfo | Returns the export info that changes, so it can be cached. This info can be later loaded with LoadLightImgExportInfo |
LoadLightImgExportInfo | Loads the export info that changes, and was saved with ToLightImgExportInfo |
Properties
Name | Description |
---|---|
SheetCount | Return the count of the sheets on the workbook. |
CurrentSheet | Sheet that is being printed. |
NextSheet | Sheet of the next page to print. |
CurrentPage | Last page printed. |
TotalPages | Total pages to print for all the sheets. |
ActiveSheet | TImageInfo for the active sheet. |