Skip to main content

TdxPrinterPage.AutoSwapMargins Property

Specifies whether report margins are swapped when the page orientation changes.

Declaration

property AutoSwapMargins: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Set this property to True to swap the margins on the left and right with those on the top and bottom, when the page orientation is changed. This is similar to rotating a page which has margins assigned by 90 degrees counterclockwise. Otherwise, the margins are left unchanged.

The default value of this property is True.

See Also