Image information for an image inside a header or footer.
Syntax
Unit: FlexCel.Core
THeaderOrFooterAnchor = record;
Fields
| Name |
Description |
| Width |
Width of the image in device independent pixels (dip). 1 dip = 1/96 inch, no matter the reslution of the output device.
|
| Height |
Height of the image in device independent pixels (dip). 1 dip = 1/96 inch, no matter the reslution of the output device.
|
Methods
| Name |
Description |
| Create |
Creates a new Anchor for a Header or footer image.
|
| GetData |
All the data as a byte array.
|
| 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.
|
| IsNull |
Returns true if the record doesn't have a defined value.
|
| HasValue |
Returns true if the record has a defined value. This is the inverse of IsNull |
Operators
| Name |
Description |
| Equality |
Adapts the = operator so it returns true when both instances have the same values. |
| Inequality |
Adapts the <> operator so it returns true when both instances have different values. |
Properties
| Name |
Description |
| Length |
Length of the Serialized array.
|