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