[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 | |
![]() | ![]() | (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 ![]() |
See Also