TdxPrinterPage Properties
Stores report page attributes.| Name | Description |
|---|---|
| AutoSwapMargins | Specifies whether report margins are swapped when the page orientation changes. |
| Background | Specifies a report’s background. Inherited from TdxPrinterPageObject. |
| CenterOnPageH | Specifies whether a report is horizontally centered on a page. |
| CenterOnPageV | Specifies whether a report is vertically centered on a page. |
| DMPaper | Determines page size. |
| FitToPagesHorizontally | Specifies the report page’s printout width, in paper sheets. |
| FitToPagesVertically | Specifies the report page’s printout height, in paper sheets. |
| Footer | Determines report footer height. |
| GrayShading | Specifies whether a report is printed in color. |
| Header | Determines header height. |
| IgnoreInvalidMarginsBeforePrint | Specifies if the parent component printer validates page margin settings before a print operation. |
| ImageCollection | Specifies the source image collection. |
| Margins | Specifies page margins. |
| MeasurementUnits | Specifies the measurement units used in a report. |
| MinMargins | Specifies minimum page margins. |
| Orientation | Specifies the report page orientation. |
| Page protected | Returns information about the printer pages settings. Inherited from TdxPrinterPageObject. |
| PageFooter | Specifies page footer properties. |
| PageHeader | Specifies page header properties. |
| PageOrder | Specifies the page print order. |
| PageSize | Determines the size of a report page. |
| PaperSource | Specifies a paper source. |
| RealMeasurementUnits | Specifies the type of a measurement unit installed on a system. |
| RealPageSize | Determines a page real size. |
| ReverseTitlesOnEvenPages | Specifies whether text order in titles is reversed. |
| ScaleFactor | Specifies the scale factor (as a percentage) applied to a report. |
| ScaleMode | Specifies how a component printer scales a report. |
See Also