Table of Contents

FlexCelImgExport.GetRealPageSize Method

Overloads

FlexCelImgExport.GetRealPageSize

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

Syntax

Namespace: FlexCel.Render

public TPaperDimensions GetRealPageSize()

See also

FlexCelImgExport.GetRealPageSize(Int32)

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

Syntax

Namespace: FlexCel.Render

public TPaperDimensions GetRealPageSize(Int32 ActiveSheet)

Parameters

<-> Parameter Type Description
ActiveSheet Int32

See also