[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 | |
Equals | (Inherited from Object.) | |
Finalize | (Overrides Object Finalize .) | |
GetColorModel |
Get the color model.
| |
GetCopies |
Get the number of copies.
| |
GetDpi |
Get the DPI (dots per inch).
| |
GetDuplexMode |
Get the duplex mode.
| |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetPageRanges |
Retrieve the page ranges.
| |
GetPageRangesCount |
Returns the number of page ranges that currently exist.
| |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
IsLandscape |
Returns true if the orientation is landscape.
| |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
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.
| |
ToString | (Inherited from Object.) |
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