Show / Hide Table of Contents

Class PrinterFallbackSettings

Provides device specific settings for printers that have vector printing limitations.

Inheritance
System.Object
PrinterFallbackSettings
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Printing
Assembly: OpenSilver.dll
Syntax
[NotImplemented]
public class PrinterFallbackSettings

Constructors

| Improve this Doc View Source

PrinterFallbackSettings()

Initializes a new instance of the PrinterFallbackSettings class.

Declaration
[NotImplemented]
public PrinterFallbackSettings()

Properties

| Improve this Doc View Source

ForceVector

Gets or sets whether all printing is forced to print in vector format.

Declaration
[NotImplemented]
public bool ForceVector { get; set; }
Property Value
Type Description
System.Boolean

true to indicate all printing is forced to print in vector format; otherwise false. The default is true.

| Improve this Doc View Source

OpacityThreshold

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.

Declaration
[NotImplemented]
public double OpacityThreshold { get; set; }
Property Value
Type Description
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.

  • Improve this Doc
  • View Source