Table of Contents

THeaderOrFooterAnchor.THeaderOrFooterAnchor Constructor

Creates a new Anchor for a Header or footer image.

Syntax

Namespace: FlexCel.Core

public THeaderOrFooterAnchor(Int64 aWidth, Int64 aHeight)

Parameters

<-> Parameter Type Description
aWidth Int64 Width of the image in device independent pixels (dip). 1 dip = 1/96 inch, no matter the reslution of the output device.
aHeight Int64 Height of the image in device independent pixels (dip). 1 dip = 1/96 inch, no matter the reslution of the output device.

See also