TdxPageSetupDialog.OptionsEnabled Property
In This Article
Specifies which options within the Page Setup dialog window are enabled.
#Declaration
Delphi
property OptionsEnabled: TdxPageSetupDlgOptions read; write; default [Low(TdxPageSetupDlgOption), High(TdxPageSetupDlgOption)];
#Property Value
Type |
---|
Tdx |
#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 style name can be changed. |
pso |
Reserved for future use. |
pso |
Specifies whether 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 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 [Low(TdxPageSetupDlgOption)..High(TdxPageSetupDlgOption)].
See Also