Skip to main content

PdfViewerControl.DocumentPrintingQuality Property

Gets or sets the resolution scaling factor applied to the document when printing. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Controls

Assembly: DevExpress.UI.Xaml.Controls.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public double DocumentPrintingQuality { get; set; }

Property Value

Type Description
Double

A System.Double value that represents the resolution scaling factor as a percentage applied to the document when printing. By default, 100.

See Also