IdxRichEditSectionMargins Interface
In This Article
Contains page margin settings.
#Declaration
Delphi
IdxRichEditSectionMargins = interface(IInterface)
#Remarks
The IdxRichEditSectionMargins interface members allow you to do the following:
Specify header and footer offsets (HeaderOffset and FooterOffset).
The IdxRichEditSection.Margins property references the IdxRichEditSectionMargins interface.
#Inheritance
IInterface
IdxRichEditSectionMargins
See Also