menu

Document Processing

PrinterSettings Class - FileFormats API Reference | Syncfusion

    Show / Hide Table of Contents

    PrinterSettings Class

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved