TdxPageSetupDialog.OptionsEnabled Property
Specifies which options within the Page Setup dialog window are enabled.
Declaration
property OptionsEnabled: TdxPageSetupDlgOptions read; write; default [Low(TdxPageSetupDlgOption), High(TdxPageSetupDlgOption)];
Property Value
| Type |
|---|
| TdxPageSetupDlgOptions |
Remarks
Use the OptionsEnabled property to specify which options are enabled and can be changed. Possible values include:
| Value | Description |
|---|---|
| psoCenterOnPage | Specifies whether the “center on page” option is enabled. |
| psoMargins | Specifies whether page margins can be changed. |
| psoPageOrder | Specifies whether print order can be changed. |
| psoShading | Specifies whether the “shading” option is enabled. |
| psoStyleCaption | Specifies whether style name can be changed. |
| psoHFAutoText | Reserved for future use. |
| psoHFBackground | Specifies whether headers/footer background is enabled. |
| psoHFFont | Specifies whether the font dialog for headers/footers is enabled. |
| psoHFText | Specifies whether headers/footer text can be changed. |
| psoHFFunctions | Specifies whether headers/footer special insert functions are enabled. |
| psoHFMargins | Specifies whether headers/footer margins can be changed. |
| psoHFReverse | Specifies whether headers/footer text can be reversed on odd/even pages. |
| psoHFVertAlignment | Specifies whether the headers/footer vertical alignment option is enabled. |
The default value of this property is [Low(TdxPageSetupDlgOption)..High(TdxPageSetupDlgOption)].
See Also