getPageOptions(documentType: Integer output; orientation: Integer output; copies: Integer output; topOfPage: Integer output; bottomOfPage: Integer output; leftMargin: Integer output; rightMargin: Integer output; borderWidth: Integer output; collate: Boolean output; duplex: Integer output);
The getPageOptions method of the JadeReportWriterReport class obtains the current
These values were set when the report was designed by using the appropriate controls in the JADE Report Writer Designer application Report Properties dialog.
If you want to override these values at run time, you can call the setPageOptions method and pass as parameters the paper size values that you require.
The parameters for the getPageOptions method are listed in the following table.
Parameter | Contains the… |
---|---|
documentType | Printer form type (for details, see the |
orientation | Orientation of your printed output (for details, see the |
copies | Number of copies to be printed (for details, see the |
topOfPage | Margin at the top of the printed page of output (for details, see the |
bottomOfPage | Margin at the bottom of the printed page of output (for details, see the |
leftMargin | Left margin of the printed page of output (for details, see the |
rightMargin | Right margin of the printed page of output (for details, see the |
borderWidth | Width of a border that is to be printed around report pages (for details, see the |
collate | Collation setting for print output; that is, whether the copies are printed in proper binding order by separating copies into groups (for details, see the |
duplex | Duplex setting for the report output; that is, the number of sides on which the paper is printed (for details, see the |