Table of Contents

TImageProperties Class

Image information for a normal image.

Syntax

Namespace: FlexCel.Core

public class TImageProperties: TBaseImageProperties

Constructors

Methods

Name Description
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.
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.
Clone Performs a deep copy of the 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.

Properties

Name Description
Anchor Image position
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"
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.
Title Specifies the title (caption) of the current object.
IsCameraObject Returns true if this is a camera object