Table of Contents

Class DlgPrintOptions

Namespace
Alternet.Editor.Dialogs
Assembly
Alternet.Editor.v9.dll

Represents dialog box to manipulate print settings.

public class DlgPrintOptions : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl, IPrintOptionsDialog
Inheritance
DlgPrintOptions
Implements

Constructors

DlgPrintOptions()

Initializes a new instance of the DlgPrintOptions class with default settings.

Properties

AllowedOptions

Gets or sets print options that can be changed by user.

FileName

Gets or sets the name of the file to be printed.

Options

Gets or sets a collection of flags determining print behavior.

Methods

Dispose(bool)

Disposes of the resources (other than memory) used by the Form.

OnAllowedOptionsChanged()
OnFileNameChanged()
OnOptionsChanged()
ResetAllowedOptions()

Resets the AllowedOptions to the default value.

ResetOptions()

Resets the Options to the default value.