Unplanned
Last Updated: 20 Feb 2024 01:26 by Antonio
Martin Ivanov
Created on: 26 Mar 2019 11:55
Category: Diagram
Type: Feature Request
3
Diagrams: Introduce additional options in the RadDiagramPrintPreview control

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)

1 comment
Antonio
Posted on: 20 Feb 2024 01:26

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