Interface SystemPrinter.ISettings<T>
- Namespace
- DotNetBrowser.Print
- Assembly
- DotNetBrowser.dll
Print settings available when printing HTML or PDF content on a physical printer.
public interface SystemPrinter.ISettings<out T> : IPrintSettings, ICollate<T>, IColorModel<T>, ICopies<T>, IDuplexMode<T>, IPageRanges<T>, IPagesPerSheet<T>, IPaperSize<T>, IScaling<T> where T : class, IPrintSettings
Type Parameters
T
The specific print settings type.
- Inherited Members
- Extension Methods