PrinterFallbackSettings.OpacityThreshold Property

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Gets or sets the opacity value of visual elements at which Silverlight will round the opacity to 1.0 to support vector printing on PostScript printers or drivers.

Namespace:  System.Windows.Printing
Assembly:  System.Windows (in System.Windows.dll)

Syntax

'Declaration
Public Property OpacityThreshold As Double
public double OpacityThreshold { get; set; }

Property Value

Type: System.Double
The opacity value of visual elements at which Silverlight rounds the opacity to 1.0 to support vector printing on Postscript printers or drivers. The default is 0.

Remarks

Use the OpacityThreshold in conjunction with the ForceVector property to enable vector printing for printers that have device-specific limitations.

Version Information

Silverlight

Supported in: 5

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.