Table of Contents

Interface IPrintOptionsDialog

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

Represents properties and methods to manipulate print settings.

public interface IPrintOptionsDialog

Properties

AllowedOptions

When implemented by a class, gets or sets print options that can be changed by user.

FileName

When implemented by a class, gets or sets the name of the file to be printed.

Options

When implemented by a class, gets or sets a collection of flags determining print behavior.

Methods

ResetAllowedOptions()

When implemented by a class, resets the AllowedOptions to the default value.

ResetOptions()

When implemented by a class, resets the Options to the default value.

ShowDialog()

When implemented by a class, runs a print options dialog box.