Table of Contents

THeaderOrFooterAnchor Class

Image information for an image inside a header or footer.

Syntax

Namespace: FlexCel.Core

public class THeaderOrFooterAnchor: ICloneable

Constructors

Name Description
THeaderOrFooter​Anchor Creates a new Anchor for a Header or footer image.

Methods

Name Description
Clone Returns a clone of the anchor.
EqualValues Returns true if both instances of the objects contain the same values. Instances might be different, this method will return if their values are equal. Instances can be null.
GetData All the data as a byte array.

Properties

Name Description
Height Height of the image in device independent pixels (dip). 1 dip = 1/96 inch, no matter the reslution of the output device.
Length Length of the Serialized array.
Width Width of the image in device independent pixels (dip). 1 dip = 1/96 inch, no matter the reslution of the output device.