menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PrinterSettings - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PrinterSettings

    Represents the settings to customize print operation.

    Inheritance
    System.Object
    PrinterSettings
    Namespace: Syncfusion.Windows.PdfViewer
    Assembly: Syncfusion.SfPdfViewer.UWP.dll
    Syntax
    public class PrinterSettings : Object

    Constructors

    PrinterSettings()

    Creates a new instance of the PrinterSettings class.

    Declaration
    public PrinterSettings()

    Properties

    DocumentName

    Get or Sets the name of the printed document

    Declaration
    public string DocumentName { get; set; }
    Property Value
    Type
    System.String

    QualityFactor

    Gets and sets the quality factor for printing. Values are restricted to be between 1 and 5. Values falling below the range are taken as 1 and those above the range are taken as 5.

    Declaration
    public double QualityFactor { get; set; }
    Property Value
    Type
    System.Double

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved