CefPrintSettings
Class representing print settings.
Types
Link copied to clipboard
enum ColorModel
Print job color mode values.
Link copied to clipboard
enum DuplexMode
Print job duplex mode values.
Functions
Link copied to clipboard
Create a new CefPrintSettings object.
Link copied to clipboard
Get the color model.
Link copied to clipboard
Get the device name.
Link copied to clipboard
Get the duplex mode.
Link copied to clipboard
Method is called by the native code to get the reference to an previous stored identifier.
Link copied to clipboard
Retrieve the page ranges.
Link copied to clipboard
Returns the number of page ranges that currently exist.
Link copied to clipboard
Returns true if the orientation is landscape.
Link copied to clipboard
Returns true if the values of this object are read-only.
Link copied to clipboard
Returns true if only the selection will be printed.
Link copied to clipboard
Set whether pages will be collated.
Link copied to clipboard
Set the color model.
Link copied to clipboard
Set the device name.
Link copied to clipboard
Set the duplex mode.
Link copied to clipboard
Method is called by the native code to store a reference to an implemented native JNI counterpart.
Link copied to clipboard
Set the page orientation.
Link copied to clipboard
Set the page ranges.
Link copied to clipboard
abstract fun setPrinterPrintableArea(physical_size_device_units: Dimension, printable_area_device_units: Rectangle, landscape_needs_flip: Boolean)
Set the printer printable area in device units.
Link copied to clipboard
Set whether only the selection will be printed.
Link copied to clipboard
Returns true if pages will be collated.