ExportOptionsTool.EditExportOptions(ExportOptionsBase, PrintingSystemBase, IDictionary<Type, Object[]>, IWin32Window) Method
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.XtraPrinting.v25.1.dll
NuGet Package: DevExpress.Win.Printing
Declaration
public static DialogResult EditExportOptions(
ExportOptionsBase options,
PrintingSystemBase ps,
IDictionary<Type, object[]> disabledExportModes,
IWin32Window owner
)
Parameters
| Name | Type |
|---|---|
| options | ExportOptionsBase |
| ps | PrintingSystemBase |
| disabledExportModes | IDictionary<Type, Object[]> |
| owner | IWin32Window |
Returns
| Type |
|---|
| DialogResult |
See Also