TdxPageSetupDialog.OptionsVisible Property
In This Article
Specifies which options within the Page Setup dialog window are displayed.
#Declaration
Delphi
property OptionsVisible: TdxPageSetupDlgOptions read; write; default psoDefaultOptionsVisible;
#Property Value
Type | Default |
---|---|
Tdx |
pso |
#Remarks
Use the OptionsEnabled property to specify which options are enabled and can be changed. Possible values include:
Value | Description |
---|---|
pso |
Specifies whether the “center on page” option is enabled. |
pso |
Specifies whether page margins can be changed. |
pso |
Specifies whether print order can be changed. |
pso |
Specifies whether the “shading” option is enabled. |
pso |
Specifies whether a style name can be changed. |
pso |
Reserved for future use. |
pso |
Specifies whether the headers/footer background is enabled. |
pso |
Specifies whether the font dialog for headers/footers is enabled. |
pso |
Specifies whether headers/footer text can be changed. |
pso |
Specifies whether the headers/footer special insert functions are enabled. |
pso |
Specifies whether headers/footer margins can be changed. |
pso |
Specifies whether headers/footer text can be reversed on odd/even pages. |
pso |
Specifies whether the headers/footer vertical alignment option is enabled. |
The default value of this property is psoDefaultOptionsVisible.
See Also