You are here: Symbol Reference > Stimulsoft.Report.Export Namespace > StiPdfExportService Class > StiPdfExportService Methods > ExportPdf Method > ExportPdf Method (StiReport, Stream, StiPagesRange, float, float, bool, bool, bool)
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
StiPdfExportService.ExportPdf Method (StiReport, Stream, StiPagesRange, float, float, bool, bool, bool)

Exports a document to the pdf file.

Syntax
C++
C#
Visual Basic
public: void ExportPdf( StiReport report, Stream stream, StiPagesRange pageRange, float imageQuality, float imageResolution, bool embeddedFonts, bool standardPdfFonts, bool compressed );
Parameters
Parameters 
Description 
report 
A report which is to be exported. 
stream 
A stream for export of a document. 
pageRange 
Describes pages range of the document for the export. 
imageQuality 
A float value that sets the quality of exporting images. Default value is 1. 
imageResolution 
A float value that sets the resolution of exporting images. Default value is 100. 
embeddedFonts 
If embeddedFont is true then, when exporting, fonts of the report will be included in the resulting document. 
standardPdfFonts 
If standardPdfFont is true then, when exporting, non-standard fonts of the report will be replaced by the standard fonts in resulting document. 
compressed 
A parameter which controls a compression of the exported pdf document. 
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.