setPDFConversionTimeOut method: ReportDefn class
Syntax
setPDFConversionTimeOut(seconds)
Description
Use the setPDFConversionTimeOut method to specify a time-out interval for PDF conversion for this report that overrides the value of the psxp_pdfconversion_timeout global property.
You must use this method before using the ProcessReport method.
Parameters
| Parameter | Description |
|---|---|
|
seconds |
Specify a Number value representing the time-out interval in seconds. |
Returns
None.
Example
Local number &oitTimeOut = 15;
&oRptDefn.setPDFConversionFiles(&inputFiles);
&oRptDefn.setPDFConversionTimeOut(&oitTimeOut);