Table of Contents

THeaderOrFooterImageProperties.THeaderOrFooterImageProperties Constructor

Overloads

THeaderOrFooterImageProperties.THeaderOrFooterImageProperties

Creates a new empty THeaderOrFooterImageProperties instance.

Syntax

Namespace: FlexCel.Core

public THeaderOrFooterImageProperties()

See also

THeaderOrFooterImageProperties.THeaderOrFooterImageProperties(THeaderOrFooterAnchor, String, TCropArea)

This method will create a new copy of aAnchor and aCropArea, so you can modify it later.

Syntax

Namespace: FlexCel.Core

public THeaderOrFooterImageProperties(THeaderOrFooterAnchor aAnchor, String aFileName, TCropArea aCropArea)

Parameters

<-> Parameter Type Description
aAnchor THeaderOrFooter​Anchor Anchor. It will be copied here.
aFileName String Filename of the image, for saving the info on the sheet. Mostly unused.
aCropArea TCropArea Crop area for the image.

See also