TdxPrintStyleManager.PageSetupDialog Property
Specifies the page setup dialog component to use.
Declaration
property PageSetupDialog: TdxPageSetupDialog read; write;
Property Value
Type |
---|
TdxPageSetupDialog |
Remarks
The TdxPageSetupDialog component allows you to adjust page setup dialog attributes according to your programming needs. Use the PageSetupDialog property to determine which TdxPageSetupDialog component the current style manager is connected. For more information see TdxPageSetupDialog.
See Also