TdxPageSetupDialog.HFMode Property
Specifies the manner in which header and footers are displayed.
Declaration
property HFMode: TdxHFMode read; write; default hfmThreeSections;
Property Value
Type | Default |
---|---|
TdxHFMode | hfmThreeSections |
Remarks
Use the HFMode property to specify whether to divide headers or footers into 3 sections or to display them as a single region. Possible values include:
Value | Description |
---|---|
hfmThreeSections | Headers(footers) are displayed within 3 separate sections. |
hfmOneSection | Headers(footers) are displayed within one section. |
The default value of this property is hfmThreeSections.
See Also