Table of Contents

TUIImage Class

A platform independent image.

Syntax

Namespace: FlexCel.Core

public abstract class TUIImage: IDisposable

Methods

Name Description
ConvertTo256Colors Converts the image to 256 indexed colors.
ConvertToBiLevel Converts the image to pure black and white, without diffusion.
ConvertToBWDither Converts the image to pure black and white, using dithering.
ConvertToGrayscale Converts the image to shades of gray.
CreateBitmap Creates a bitmap of the specified dimensions.
Dispose Overloaded
Dispose
Dispose(Boolean)
FromFile Creates an image from a file.
FromStream Creates an image from a stream.
RasterMetafile Converts a vectorial metafile to a bitmap.
Save Overloaded
Save(Stream, TXlsImgType)
Save(String, TXlsImgType)
SaveStart Starts saving a multi page image.
SupportsMultiPage Returns true if the current platform supports multipage images.

Operators

Properties

Name Description
Height Height of the image in device-dependent pixels.
HeightInPoints Height of the image in Points (1/72 of an inch)
Is8bitGrayscale Returns true if the image has 256 shades of gray.
IsMetafile Returns true if the file is a WMF or EMF file.
RawFormat Format of the image.
Width Width of the image in device-dependent pixels.
WidthInPoints Width of the image in Points (1/72 of an inch)