Click or drag to resize

CefPrintSettings Methods

The CefPrintSettings type exposes the following members.

Methods
  NameDescription
Public methodCopy
Returns a writable copy of this object.
Public methodStatic memberCreate
Create a new CefPrintSettings object.
Public methodDispose
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize (Overrides ObjectFinalize.)
Public methodGetColorModel
Get the color model.
Public methodGetCopies
Get the number of copies.
Public methodGetDpi
Get the DPI (dots per inch).
Public methodGetDuplexMode
Get the duplex mode.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetPageRanges
Retrieve the page ranges.
Public methodGetPageRangesCount
Returns the number of page ranges that currently exist.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsLandscape
Returns true if the orientation is landscape.
Public methodSetCollate
Set whether pages will be collated.
Public methodSetColorModel
Set the color model.
Public methodSetCopies
Set the number of copies.
Public methodSetDeviceName
Set the device name.
Public methodSetDpi
Set the DPI (dots per inch).
Public methodSetDuplexMode
Set the duplex mode.
Public methodSetOrientation
Set the page orientation.
Public methodSetPageRanges
Set the page ranges.
Public methodSetPrinterPrintableArea
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.
Public methodSetSelectionOnly
Set whether only the selection will be printed.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
See Also