Class PrinterSettings
Represents the settings that customizes the print operation.
Inheritance
System.Object
PrinterSettings
Namespace: Syncfusion.SfPdfViewer.XForms
Assembly: Syncfusion.SfPdfViewer.XForms.dll
Syntax
public class PrinterSettings : Object
Constructors
PrinterSettings()
Declaration
public PrinterSettings()
Properties
QualityFactor
Gets and sets the quality factor for printing.
Declaration
public double QualityFactor { get; set; }
Property Value
Type |
---|
System.Double |
Remarks
Values are restricted to be between 1 and 5, where 1 represents the lowest page quality and 5 represents the highest quality. Values falling below the range are taken as 1 and those above the range are taken as 5.Printing with quality factors higher than 2 will work as expected in x64 configuration but may cause System.OutOfMemoryException in x86 configuration due to its limited memory capacity. This property can be used only in Xamarin.Forms.UWP platform.