Table of Contents

TImgPaintEventArgs Class

Arguments passed on Paint events.

Syntax

Unit: FlexCel.Render

TImgPaintEventArgs = class(EventArgs);

Constructors

Name Description
Create Creates a new Argument.

Properties

Name Description
CurrentPage Gets the current page number.
CurrentPageInSheet Gets the current page number, relative to the active sheet.
Graphics Gets the graphics used to paint.
PageBounds Gets the rectangle in which to paint.
TotalPages Gets the total number of pages available to export.