Table of Contents

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
LightClone Returns a light copy of a TImgExportInfo.
LoadLightImg​Export​Info Loads the export info that changes, and was saved with ToLightImgExportInfo
Sheet Returns the Image export info for one of the sheets.
ToLightImgExportInfo Returns the export info that changes, so it can be cached. This info can be later loaded with LoadLightImg​Export​Info
TotalLogicalPages Returns the total count of pages if ResetPageNumber​OnEach​Sheet is false, or the page count for the current sheet if true.

Properties

Name Description
ActiveSheet TImageInfo for the active sheet.
CurrentPage Last page printed.
CurrentSheet Sheet that is being printed.
NextSheet Sheet of the next page to print.
SheetCount Return the count of the sheets on the workbook.
TotalPages Total pages to print for all the sheets.