[This is preliminary documentation and is subject to change.]
The CefPrintSettings type exposes the following members.Properties
Name | Description | |
---|---|---|
DeviceName |
Get the device name.
| |
IsReadOnly |
Returns true if the values of this object are read-only. Some APIs may
expose read-only objects.
| |
IsSelectionOnly |
Returns true if only the selection will be printed.
| |
IsValid |
Returns true if this object is valid. Do not call any other methods if this
function returns false.
| |
WillCollate |
Returns true if pages will be collated.
|
See Also