Click or drag to resize

StiPdfExportServiceExportPdf Method (StiReport, Stream, StiPagesRange, Single, Single)

Exports a document to the pdf file.

Namespace:  Stimulsoft.Report.Export
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public void ExportPdf(
	StiReport report,
	Stream stream,
	StiPagesRange pageRange,
	float imageQuality,
	float imageResolution
)

Parameters

report
Type: Stimulsoft.ReportStiReport
A report which is to be exported.
stream
Type: System.IOStream
A stream for the export of a document.
pageRange
Type: Stimulsoft.ReportStiPagesRange
Describes range of pages of the document for the export.
imageQuality
Type: SystemSingle
A float value that sets the quality of exporting images. Default value is 1.
imageResolution
Type: SystemSingle
A float value that sets the resolution of exporting images. Default value is 100.
See Also