TdxPrinterPage.Margins Property
Specifies page margins.
Declaration
property Margins: TdxRectWrapper read; write;
Property Value
Type |
---|
TdxRectWrapper |
Remarks
Use the Margins property to define margins of a page. These margins cannot be less than margins specified by the MinMargins property. All margins are specified in thousandths of measurement units. For example, if you choose to use inches as your units of measurement, then setting the left margin to 1000 will set the left margin to one inch.
See Also