ExportOptionsTool.EditExportOptions(ExportOptionsBase, PrintingSystemBase, IDictionary<Type, Object[]>, IWin32Window) Method
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.XtraPrinting.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, 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