Table of Contents

TOneImgExportInfo Class

Holds information needed to export one of the workbook sheets, so it is only calculated once.

Syntax

Namespace: FlexCel.Render

public class TOneImgExportInfo

Methods

Name Description
Clone Clones a TImageExportInfo even if it is null.
RestorePagePrint​Range Restores the original print range. Internal use.

Properties

Name Description
CurrentPage Last page printed on this sheet.
CurrentPrintArea Area that is currently being printed. A print area might consist in many independent areas.
PageBounds Limits of the page in inches/100.
PagePrintRange Range that has been printed. Note that before printing, the values here are invalid and you should use PrintRanges
PaintClipRect Coordinates to print. One per every isolated range in the print area of the sheet.
PrintRange Range that will be printed. When the print area is composed of different non-contiguous parts you should use PrintRanges to get all the parts.
PrintRanges Range that will be printed.
One per every isolated range in the print area of the sheet.
TotalPages Total pages on the ActiveSheet.
ZoomUsed The final zoom that will be used in the sheet after applying print to fit or other factors.