Click or drag to resize

SystemPrinter.IPdfSettings Interface

Print settings available when printing PDF content on a physical printer.

Namespace:  DotNetBrowser.Print
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.12
Syntax
C#
public interface IPdfSettings : SystemPrinter.ISettings<SystemPrinter.IPdfSettings>, 
	IPrintSettings, ICollate<SystemPrinter.IPdfSettings>, IColorModel<SystemPrinter.IPdfSettings>, 
	ICopies<SystemPrinter.IPdfSettings>, IDuplexMode<SystemPrinter.IPdfSettings>, IPageRanges<SystemPrinter.IPdfSettings>, 
	IPagesPerSheet<SystemPrinter.IPdfSettings>, IPaperSize<SystemPrinter.IPdfSettings>, IScaling<SystemPrinter.IPdfSettings>, 
	IFit<SystemPrinter.IPdfSettings>

The SystemPrinter.IPdfSettings type exposes the following members.

Properties
  NameDescription
Public propertyCollatePrintingEnabled
Enables or disables collate printing.
(Inherited from ICollate<TPrintSettings>.)
Public propertyColorModel
Gets or sets the color model.
(Inherited from IColorModel<TPrintSettings>.)
Public propertyCopies
Gets or sets the number of copies to print.
(Inherited from ICopies<TPrintSettings>.)
Public propertyDuplexMode
Gets or sets the duplex mode.
(Inherited from IDuplexMode<TPrintSettings>.)
Public propertyFit
Gets or sets the content fit for printing.
(Inherited from IFit<TPrintSettings>.)
Public propertyPageRanges
Gets or sets the collection of the page ranges to print.
(Inherited from IPageRanges<TPrintSettings>.)
Public propertyPagesPerSheet
Gets or sets the number of pages per sheet.
(Inherited from IPagesPerSheet<TPrintSettings>.)
Public propertyPaperSize
Gets or sets the paper size for printing.
(Inherited from IPaperSize<TPrintSettings>.)
Public propertyScaling
Gets or sets the scaling for printing.
(Inherited from IScaling<TPrintSettings>.)
Top
Methods
  NameDescription
Public methodApply
Applies the configured print settings. You should call this method to regenerate the internal print preview using the configured settings and update the total page count to be printed.
(Inherited from IPrintSettings.)
Top
Extension Methods
  NameDescription
Public Extension MethodDisableCollatePrinting<SystemPrinter.IPdfSettings>
Disables collate printing.
(Defined by CollateExtensions.)
Public Extension MethodEnableCollatePrinting<SystemPrinter.IPdfSettings>
Enables collate printing.
(Defined by CollateExtensions.)
Public Extension MethodSetColorModel<SystemPrinter.IPdfSettings>
Sets the color model used for printing.
(Defined by ColorModelExtensions.)
Public Extension MethodSetCopies<SystemPrinter.IPdfSettings>
Sets the number of copies to print.
(Defined by CopiesExtensions.)
Public Extension MethodSetDuplexMode<SystemPrinter.IPdfSettings>
Sets the duplex mode.
(Defined by DuplexModeExtensions.)
Public Extension MethodSetFit<SystemPrinter.IPdfSettings>
Sets the content fit for printing.
(Defined by FitExtensions.)
Public Extension MethodSetPageRanges<SystemPrinter.IPdfSettings>
Sets the collection of the page ranges to print.
(Defined by PageRangesExtensions.)
Public Extension MethodSetPagesPerSheet<SystemPrinter.IPdfSettings>
Sets the number of pages per sheet.
(Defined by PagesPerSheetExtensions.)
Public Extension MethodSetPaperSize<SystemPrinter.IPdfSettings>
Sets the paper size for printing.
(Defined by PaperSizeExtensions.)
Public Extension MethodSetScaling<SystemPrinter.IPdfSettings>
Sets the scaling for printing.
(Defined by ScalingExtensions.)
Top
See Also