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

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

Invokes the Export Options dialog.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.XtraPrinting.v19.2.dll

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