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, string, string, StiUserAccessPrivileges)
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
StiPdfExportService.ExportPdf Method (StiReport, Stream, StiPagesRange, float, float, bool, bool, bool, string, string, StiUserAccessPrivileges)

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, string passwordInputUser, string passwordInputOwner, StiUserAccessPrivileges userAccessPrivileges );
Parameters
Parameters 
Description 
report 
A report which is to be exported. 
stream 
A stream for export of a document. 
pageRange 
Describes range of pages 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. 
passwordInputUser 
An user password for the exported pdf file which enables access to content of the document in according with the privileges from the userAccesPrivileges parameter. 
passwordInputOwner 
An owner password which supplies full control for the content of the exported pdf file. 
userAccessPrivileges 
A parameter which controls access privileges for the user. 
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.