Skip to main content
A newer version of this page is available. .

ExportOptionsTool.EditExportOptions(ExportOptionsBase, PrintingSystemBase, IDictionary<Type, Object[]>, IWin32Window) Method

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.XtraPrinting.v19.2.dll

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