Table of Contents

TXlsFile.GetHeaderOrFooterImageProperties Method

Returns the image position and size.

Syntax

Unit: FlexCel.XlsAdapter

function TXlsFile.GetHeaderOrFooterImageProperties(const headerAndFooterKind: THeaderAndFooterKind; const section: THeaderAndFooterPos): IHeaderOrFooterImageProperties; override;

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