TUIImage.SaveStart Method
Starts saving a multi page image.
Syntax
Unit: FlexCel.Core
function TUIImage.SaveStart(const outStream: TStream; const ExportType: TImageExportType; const totalPages: Integer): TUIMultiPageSaver; virtual; abstract;
Parameters
<-> |
Parameter |
Type |
Description |
const |
outStream |
TStream |
Stream where the image will be saved. |
const |
ExportType |
TImageExportType |
Format for the exported images. |
const |
totalPages |
Integer |
Number of pages to export. |
Returns
Image state that will be used when saving the other pages.
See also