IImgExportInfo Interface Holds information needed to export the pages, so it is only calculated once. Syntax Unit: FlexCel.Render IImgExportInfo = interface(IInterface); 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. 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.