Class BasePrintDialog
Base class for all print dialogs.
public class BasePrintDialog : CommonDialog, IBaseObjectWithId, IDisposableObject, IBaseObject, IComponent, IDisposable
- Inheritance
-
BasePrintDialog
- Implements
- Derived
Properties
- Document
Gets or sets PrintDocument used in the dialog.
- Handler
Gets attached IBasePrintDialogHandler object.
Methods
- IsValidShowDialog()
Called before dialog is shown. Override to check whether dialog can be shown using current settings. Should return
false
if dialog will not be shown.