[This is preliminary documentation and is subject to change.]
The CefPrintSettings type exposes the following members.Methods
| Name | Description | |
|---|---|---|
| Copy |
Returns a writable copy of this object.
| |
| Create |
Create a new CefPrintSettings object.
| |
| Dispose | Releases all resources used by the CefPrintSettings | |
| (Inherited from | ||
| Finalize | (Overrides | |
| GetColorModel |
Get the color model.
| |
| GetCopies |
Get the number of copies.
| |
| GetDpi |
Get the DPI (dots per inch).
| |
| GetDuplexMode |
Get the duplex mode.
| |
Serves as a hash function for a particular type.
(Inherited from | ||
| GetPageRanges |
Retrieve the page ranges.
| |
| GetPageRangesCount |
Returns the number of page ranges that currently exist.
| |
Gets the (Inherited from | ||
| IsLandscape |
Returns true if the orientation is landscape.
| |
Creates a shallow copy of the current (Inherited from | ||
| SetCollate |
Set whether pages will be collated.
| |
| SetColorModel |
Set the color model.
| |
| SetCopies |
Set the number of copies.
| |
| SetDeviceName |
Set the device name.
| |
| SetDpi |
Set the DPI (dots per inch).
| |
| SetDuplexMode |
Set the duplex mode.
| |
| SetOrientation |
Set the page orientation.
| |
| SetPageRanges |
Set the page ranges.
| |
| SetPrinterPrintableArea |
Set the printer printable area in device units.
Some platforms already provide flipped area. Set |landscape_needs_flip|
to false on those platforms to avoid double flipping.
| |
| SetSelectionOnly |
Set whether only the selection will be printed.
| |
| (Inherited from |
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