Click or drag to resize

CefPrintSettings Class

Class representing print settings.
Inheritance Hierarchy
SystemObject
  Internal.Xilium.CefGlueCefPrintSettings

Namespace: Internal.Xilium.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public sealed class CefPrintSettings : IDisposable

The CefPrintSettings type exposes the following members.

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.
Top
Methods
 NameDescription
Public methodCopy Returns a writable copy of this object.
Public methodStatic memberCreate Create a new CefPrintSettings object.
Public methodDisposeReleases all resources used by the CefPrintSettings
Public methodEqualsDetermines 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 methodGetHashCodeServes 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 methodGetTypeGets 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 methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Extension Methods
 NameDescription
Public Extension MethodMethodInvoke Calls the object method by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGet Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGetT Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertySet Sets the value of the object property by name.
(Defined by ObjectEx)
Top
See Also