SaveToDoc(Value: String; BgColor: IGxColor): Boolean;
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.
The SaveToDoc method saves all images from the component to the file, path to which is passed as the input parameter Value.
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: