Table of Contents

TFlexCelImgExport.GetRealPageSize Method

Overloads

TFlexCelImgExport.GetRealPageSize

Returns the page dimensions for the active sheet. You can use it to create a bitmap to export the data.

Syntax

Unit: FlexCel.Render

function TFlexCelImgExport.GetRealPageSize: TPaperDimensions; overload;

See also

TFlexCelImgExport.GetRealPageSize(Integer)

Returns the page dimensions for a sheet. You can use it to create a bitmap to export the data.

Syntax

Unit: FlexCel.Render

function TFlexCelImgExport.GetRealPageSize(const ActiveSheet: Integer): TPaperDimensions; overload;

Parameters

<-> Parameter Type Description
const ActiveSheet Integer

See also