CefPrintSettings Class |
Namespace: Internal.Xilium.CefGlue
public sealed class CefPrintSettings : IDisposable
The CefPrintSettings type exposes the following members.
| 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.
|
| 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 | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | (Overrides ObjectFinalize.) | |
| 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 the default hash function. (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.
| |
| 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 | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| MethodInvoke |
Calls the object method by name.
(Defined by ObjectEx.) | |
| PropertyGet(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) | |
| PropertyGetT(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) | |
| PropertySet |
Sets the value of the object property by name.
(Defined by ObjectEx.) |