Table of Contents

Class WebMSettingsDialog

Namespace
VisioForge.Core.UI.WinForms.Dialogs.OutputFormats
Assembly
VisioForge.Core.dll

WebM settings dialog.

public class WebMSettingsDialog : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl

Inheritance

Implements

Inherited Members

Extension Methods

Constructors

WebMSettingsDialog()

Initializes a new instance of the VisioForge.Core.UI.WinForms.Dialogs.OutputFormats.WebMSettingsDialog class.

public WebMSettingsDialog()

Methods

Dispose(bool)

Clean up any resources being used.

protected override void Dispose(bool disposing)

Parameters

disposing bool

true if managed resources should be disposed; otherwise, false.

LoadSettings(WebMOutput)

Loads settings.

public void LoadSettings(WebMOutput webmOutput)

Parameters

webmOutput WebMOutput

Output.

Exceptions

ArgumentOutOfRangeException

ArgumentOutOfRangeException.

SaveSettings(ref WebMOutput)

Saves settings.

public void SaveSettings(ref WebMOutput webmOutput)

Parameters

webmOutput WebMOutput

Output.