ExportOptionsTool.EditExportOptions(ExportOptionsBase, PrintingSystemBase, IDictionary<Type, Object[]>) Method
Invokes the Export Options dialog.
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
)
Parameters
Name | Type | Description |
---|---|---|
options | ExportOptionsBase | An ExportOptionsBase descendant. |
ps | PrintingSystemBase | A PrintingSystemBase descendant. |
disabledExportModes | IDictionary<Type, Object[]> | A dictionary, listing the disabled export modes. |
Returns
Type | Description |
---|---|
DialogResult | A DialogResult enumeration value. |
See Also