Table of Contents

TImageProperties Class

Image information for a normal image.

Syntax

Namespace: FlexCel.Core

public class TImageProperties: TBaseImageProperties

Constructors

Methods

Name Description
Clone Performs a deep copy of the object.
Dec Returns a COPY of the class with its coords decremented by 1.
DecNoCopy Decrements the anchor of the image, and returns the SAME object. This method doesn't clone the TImageProperties object.
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.
Inc Returns a COPY of the class with its coordinates incremented by 1.
IncNoCopy Increments the anchor of the image, and returns the SAME object. This method doesn't clone the TImageProperties object.

Properties

Name Description
AltText Alternative Text. This is the same as the "Alt Text" tab in the properties dialog for the image, and is used when exporting to HTML.
Anchor Image position
IsCameraObject Returns true if this is a camera object
ShapeName Name of the image. It sets/gets the name of the shape for the image as you can see it on the names combobox.
If you set it to null Excel will show a generic name, like "Picture 31"
Title Specifies the title (caption) of the current object.