TLightImgExportInfo Structure
A class with only the specific data needed, so it can be stored in a cache.
Syntax
Namespace: FlexCel.Render
public struct TLightImgExportInfo
Fields
Name | Description |
---|---|
CurrentPage | Current page being printed. |
CurrentSheet | Current sheet being printed. |
CurrentPageInSheet | The current page in the current sheet being printed. |
PagePrintRange | The range to print for this page. |
CurrentPrintArea | The area being printed. |
Constructors
Name | Description |
---|---|
TLightImgExportInfo | Creates a new TLightImgExportInfo with the given parameters. |