TFlexCelPdfExport.BeginExport Method
Initializes the PDF exporting to a new file. After calling this method you can call ExportSheet to export different xls files to the same pdf, or ExportAllVisibleSheets(Boolean, string).
You should always end the document with a call to EndExport
Syntax
Unit: FlexCel.Render
procedure TFlexCelPdfExport.BeginExport(const pdfStream: TStream);
Parameters
<-> |
Parameter |
Type |
Description |
const |
pdfStream |
TStream |
Stream that will contain the new pdf file. |
See also