Currently, the print preview control provides only options for the current printer, the page orientation and the page size . Include the following options too:
- Paper Format (Lettre, A4, etc.)
- Paper Orientation (Portrait or Landscape)
- Number of copies (1, 2, 3, ...)
- Print Color Settings (Colors or Monochrome)
- Margins
- Resolution (DPI based on the capabilities of the printer)
Hi,
For print in color or grayscale, I have fixed using "RadDiagram.Effect = new MonochromeEffect()" and "RadDiagram.Effect = null"
This worked for .NET Framework, but for .NET Core/Standard I think is possible to create a CustomEffect to reach same behavior.
In Microsoft.SDK.Expression.Blend 1.0.0 by colinjamespringle
Regards