IdxRichEditSectionMargins.FooterOffset Property
Specifies the footer offset.
Declaration
property FooterOffset: Single read; write;
Property Value
Type | Description |
---|---|
Single | The footer offset, in the specified measurement unit. |
Remarks
The Rich Edit control’s MeasurementUnit property or the document server’s Document.Unit property specifies the current measurement unit. Refer to the TdxMeasurementUnit type description for information on available measurement units.
See Also