Contains page info

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public class ImageInfoClass
Public Class ImageInfoClass
public ref class ImageInfoClass

Members

         
 All Members  Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
BottomText
Use BottomText to specify custom text to appear below this thumbnail.
Col
Returns the column where is the image.
DelayTime
The time in milliseconds the image will be showed on playing (Playing property).
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
FileName

Use this property to set the file where ImageEn will get the image when this will be showed.

It accepts also the form: 'fullfilepath::imageindex' to load a multipage/video on-demand.

Finalize()()()()
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
Height
Image (page) height
ID
ID associates a numeric ID to the image. This ID is returned to ImageIDRequest event.
InfoText
Use InfoText to specify custom text to appear directly below this thumbnail.
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
OriginalHeight
The original height of the image. This is useful only when you store images as thumbnails and need to know the original image size.
OriginalWidth
The original width of the image. This is useful only when you store images as thumbnails and need to know the original image size.
Row
Returns the row where is the image.
Tag

Tag associates a numeric integer value with idx image.

This is an user value and is not used by IEImageList.

TopText
Use TopText to specify custom text to appear above this thumbnail.
ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
Width
Image (page) width
XPosition
Returns the column (in pixel) where the image will be showed.
YPosition
Returns the row (in pixel) where the image will be showed.

Inheritance Hierarchy

System..::..Object
  HiComponents.IEvolution..::..ImageInfoClass

See Also