CefPrintSettings MembersXilium.CefGlue

[This is preliminary documentation and is subject to change.]

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
Releases all resources used by the CefPrintSettings
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodFinalize (Overrides OnlineObject Finalize .)
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 methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodGetPageRanges
Retrieve the page ranges.
Public methodGetPageRangesCount
Returns the number of page ranges that currently exist.
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodIsLandscape
Returns true if the orientation is landscape.
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
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 methodOnlineToString
Returns a OnlineString that represents the current OnlineObject.
(Inherited from OnlineObject.)
Back to Top
Properties

  NameDescription
Public propertyDeviceName
Get the device name.
Public propertyIsReadOnly
Returns true if the values of this object are read-only. Some APIs may expose read-only objects.
Public propertyIsSelectionOnly
Returns true if only the selection will be printed.
Public propertyIsValid
Returns true if this object is valid. Do not call any other methods if this function returns false.
Public propertyWillCollate
Returns true if pages will be collated.
Back to Top
See Also