CollateExtensions.DisableCollatePrinting<TPrintSettings> Method |
Disables collate printing.
Namespace:
DotNetBrowser.Print.Settings
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.1
Syntaxpublic static TPrintSettings DisableCollatePrinting<TPrintSettings>(
this ICollate<TPrintSettings> collate
)
where TPrintSettings : class, IPrintSettings
Parameters
- collate
- Type: DotNetBrowser.Print.Settings.ICollate<TPrintSettings>
The ICollate<TPrintSettings> implementation.
Type Parameters
- TPrintSettings
- The specific print settings type.
Return Value
Type:
TPrintSettingsThe current print settings instance.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
ICollate<TPrintSettings>. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
ExceptionsException | Condition |
---|
ArgumentException | Collate is not supported by the printer. |
See Also