Table of Contents

TExcelFile.GetHeaderOrFooterImageProperties Method

Returns the image position and size.

Syntax

Unit: FlexCel.Core

function TExcelFile.GetHeaderOrFooterImageProperties(const headerAndFooterKind: THeaderAndFooterKind; const section: THeaderAndFooterPos): IHeaderOrFooterImageProperties; virtual; abstract;

Parameters

<-> Parameter Type Description
const headerAndFooterKind THeaderAndFooterKind Type of page for which we want to retrieve the image. You will normally get this value from THeaderAndFooter.GetHeaderAndFooterKind.
const section THeaderAndFooterPos Section of the header or footer for which we want to retrieve the image properties.

Returns

Image properties. Null if there is no image on this section.

See also