Click or drag to resize

CapabilitiesCanCollate Property

Indicates whether the printer supports collate printing.

Namespace:  DotNetBrowser.Print
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public bool CanCollate { get; }

Property Value

Type: Boolean
true if the printer can collate, false otherwise.
See Also