[This is preliminary documentation and is subject to change.]
The CefPrintHandler type exposes the following members.Constructors
| Name | Description | |
|---|---|---|
| CefPrintHandler | Initializes a new instance of the CefPrintHandler class |
Methods
| Name | Description | |
|---|---|---|
| Dispose | Releases the unmanaged resources used by the CefPrintHandler and optionally releases the managed resources | |
| (Inherited from | ||
| Finalize | (Overrides | |
Serves as a hash function for a particular type.
(Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| OnPrintDialog |
Show the print dialog. Execute |callback| once the dialog is dismissed.
Return true if the dialog will be displayed or false to cancel the
printing immediately.
| |
| OnPrintJob |
Send the print job to the printer. Execute |callback| once the job is
completed. Return true if the job will proceed or false to cancel the job
immediately.
| |
| OnPrintReset |
Reset client state related to printing.
| |
| OnPrintSettings |
Synchronize |settings| with client state. If |get_defaults| is true then
populate |settings| with the default print settings. Do not keep a
reference to |settings| outside of this callback.
| |
| (Inherited from |
Properties
| Name | Description | |
|---|---|---|
| SyncRoot |
See Also