Table of Contents

XlsFile.GetHeaderOrFooterImageProperties Method

Returns the image position and size.

Syntax

Namespace: FlexCel.XlsAdapter

public override THeaderOrFooterImageProperties GetHeaderOrFooterImageProperties(THeaderAndFooterKind headerAndFooterKind, THeaderAndFooterPos section)

Parameters

<-> Parameter Type Description
headerAndFooterKind THeaderAndFooterKind Type of page for which we want to retrieve the image. You will normally get this value from THeaderAndFooter.GetHeaderAndFooterKind.
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