Firemonkey TMS Grid Export and Import filters
ContentsIndexHome
PreviousUpNext
TTMSFMXGridExcelExport.ExportPdf Method (TStream, TFlexCelPdfExport)

Exports the attached grid or workbook to Pdf. As this method uses a TFlexCelPdfExport class to do the export, you can customize all options in the pdf exporting before calling this method.

Pascal
procedure ExportPdf(const aStream: TStream; const aPdf: TFlexCelPdfExport); overload;
Parameters 
Description 
const aStream: TStream 
Stream where the pdf file will be saved.  
const aPdf: TFlexCelPdfExport 
This is a TFlexCelPdfExport component that you need to create.  
Copyright (c) 2002-2013 TMS Software. All rights reserved.
What do you think about this topic? Send feedback!