TdxPageSetupDialog.OptionsVisible Property
Specifies which options within the Page Setup dialog window are displayed.
Declaration
property OptionsVisible: TdxPageSetupDlgOptions read; write; default psoDefaultOptionsVisible;
Property Value
| Type | Default |
|---|---|
| TdxPageSetupDlgOptions | psoDefaultOptionsVisible |
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 a style name can be changed. |
| psoHFAutoText | Reserved for future use. |
| psoHFBackground | Specifies whether the 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 the 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 psoDefaultOptionsVisible.
See Also