Interface IPrintingWpf
Represents properties and methods for printing and print previewing of Edit control.
public interface IPrintingWpf
Properties
- AllowedOptions
When implemented by a class, gets or sets Print Options dialog options, that can be changed by user.
- Options
When implemented by a class, gets or sets
PrintOptions
that determines printing behavior.
- PrintDialog
When implemented by a class, represents a dialog box that allows users to select a printer and choose which portions of the document to print.
- PrintDocument
When implemented by a class, represents document to print, print preview or setup.
- ShowPrintOptionsDialog
When implemented by a class, gets or sets a value indicating whether Print Options Dialog can be opened.
Methods
- Assign(IPrintingWpf)
When implemented by a class, copies the contents of another
IPrintingWpf
object.
- ExecutePrintDialog()
When implemented by a class, initializes and runs print dialog.
- ExecutePrintOptionsDialog()
When implemented by a class, initializes and runs print options dialog.
- ExecutePrintPreviewDialog(DependencyObject)
When implemented by a class, initializes and runs print preview dialog.
- OnInitialized()
When implemented by a class, raises the
Initialized
event.
- Print()
When implemented by a class, sends
IPrintingWpf.PrintDocument
content to the printer.
- ResetAllowedOptions()
When implemented by a class, resets
IPrintingWpf.AllowedOptions
to the default value.
- ResetOptions()
When implemented by a class, resets
IPrintingWpf.Options
to the default value.
Events
- Initialized
When implemented by a class, occurs when document to print is initialized.