Table of Contents

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
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.
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.