TdxPrinterPage.MinMargins Property
Specifies minimum page margins.
Declaration
property MinMargins: TdxRectWrapper read; write;
Property Value
Type |
---|
TdxRectWrapper |
Remarks
Use the MinMargins property to specify the minimum margin allowed for a page. Page margins cannot be less than the value set for the MinMargins property. All margins are specified in thousandths of measurement units. For instance, if you choose to use millimeters as your unit of measurement, then changing the left margin to 10000 will set it at 10 millimeters.
See Also