Skip to main content

TdxPrinterPage.PageSize Property

Determines the size of a report page.

Declaration

property PageSize: TdxPointWrapper read; write;

Property Value

Type
TdxPointWrapper

Remarks

Use the PageSize property to define the size of report pages. The width and height of a page are specified in thousandths of used measurement units. For instance, if inches are your unit of measurement, then an 8500 integer value of the page width property means that the page width is 8.5 inches. These properties cannot be directly changed, you can work with them only via the page setup dialog or the DMPaper property.

See Also