IImageList.SaveToDoc

Syntax

SaveToDoc(Value: String; BgColor: IGxColor): Boolean;

Parameters

Value. Path to the file, to which the images should be saved.

BgColor. Image background color. If Null is passed as the background color, the color is selected randomly.

Description

The SaveToDoc method saves all images from the component to the file, which path is passed as the Value input parameter.

Comments

All images are combined into a single horizontal line and saved to BMP. After this the method returns that the images are successfully saved.

See also:

IImageList