Class DlgPrintOptions
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.
- ResetAllowedOptions()
Resets the
AllowedOptions
to the default value.
- ResetOptions()
Resets the
Options
to the default value.