Class DVSettingsDialog
DV settings dialog.
Inheritance
DVSettingsDialog
Implements
Inherited Members
Namespace: VisioForge.Core.UI.WinForms.Dialogs.OutputFormats
Assembly: VisioForge.Core.dll
Syntax
public class DVSettingsDialog : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Constructors
DVSettingsDialog()
Initializes a new instance of the DVSettingsDialog class.
Declaration
public DVSettingsDialog()
Methods
Dispose(bool)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | disposing | true if managed resources should be disposed; otherwise, false. |
Overrides
LoadSettings(DVOutput)
Loads settings.
Declaration
public void LoadSettings(DVOutput dvOutput)
Parameters
| Type | Name | Description |
|---|---|---|
| DVOutput | dvOutput | Output. |
Exceptions
| Type | Condition |
|---|---|
| ArgumentOutOfRangeException | ArgumentOutOfRangeException. |
SaveSettings(ref DVOutput)
Saves settings.
Declaration
public void SaveSettings(ref DVOutput dvOutput)
Parameters
| Type | Name | Description |
|---|---|---|
| DVOutput | dvOutput | Output. |