CefPrintSettings Methods |
The CefPrintSettings type exposes the following members.
Name | Description | |
---|---|---|
![]() | Copy |
Returns a writable copy of this object.
|
![]() ![]() | Create |
Create a new CefPrintSettings object.
|
![]() | Dispose | |
![]() | 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.) |