You are here: Symbol Reference > Stimulsoft.Report.Mobile Namespace > StiReportResponse Class > StiReportResponse Methods > ResponseAsPdf Method > ResponseAsPdf Method (Page, StiReport, StiPagesRange, float, float, bool, bool, bool, bool, string, string, StiUserAccessPrivileges, StiPdfEncryptionKeyLength)
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
StiReportResponse.ResponseAsPdf Method (Page, StiReport, StiPagesRange, float, float, bool, bool, bool, bool, string, string, StiUserAccessPrivileges, StiPdfEncryptionKeyLength)

Exports report to PDF document and saves this document to the webpage response.

Syntax
C++
C#
Visual Basic
public: void ResponseAsPdf( Page page, StiReport report, StiPagesRange pageRange, float imageQuality, float imageResolution, bool embeddedFonts, bool standardPdfFonts, bool exportRtfTextAsImage, bool openDialog, string passwordUser, string passwordOwner, StiUserAccessPrivileges userAccessPrivileges, StiPdfEncryptionKeyLength keyLength );
Parameters
Parameters 
Description 
page 
Webpage to save exported report. 
report 
Report, which is to be exported. 
pageRange 
Describes pages range 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 embeddedFonts 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. 
openDialog 
If openDialog is true then the Open Dialog Box will be displayed. If openDialog is false then the result of the export will be displayed in the browser window. 
passwordUser 
The user password that manage the exported document access. 
passwordOwner 
The owner password that manage ability to modify exported document. 
userAccessPrivileges 
Defines user access privileges to the document exported. 
keyLength 
Defines the encryption key length to protect the document access after export. 
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.