Table of Contents

THeaderOrFooterAnchor.Create Method

Creates a new Anchor for a Header or footer image.

Syntax

Unit: FlexCel.Core

class function THeaderOrFooterAnchor.Create(const aWidth: Int64; const aHeight: Int64): THeaderOrFooterAnchor; static; overload;

Parameters

<-> Parameter Type Description
const aWidth Int64 Width of the image in device independent pixels (dip). 1 dip = 1/96 inch, no matter the reslution of the output device.
const 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