Link.CanHandleCommand(PrintingSystemCommand, IPrintControl) Method
In This Article
Indicates whether or not the specified Printing System command can be handled.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.XtraPrinting.v24.2.dll
NuGet Package: DevExpress.Win.Printing
#Declaration
public override bool CanHandleCommand(
PrintingSystemCommand command,
IPrintControl printControl
)
#Parameters
Name | Type | Description |
---|---|---|
command | Printing |
A Printing |
print |
IPrint |
An object implementing the IPrint |
#Returns
Type | Description |
---|---|
Boolean | true if the command can be handled; otherwise, false. |
See Also