[This is preliminary documentation and is subject to change.]
The CefPrintHandler type exposes the following members.Methods
Name | Description | |
---|---|---|
![]() | Dispose | |
![]() | ![]() | (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 ![]() |
See Also