Class PdfViewerPrinterSettings
Represents printer settings for the document to be printed.
Inheritance
System.Object
PdfViewerPrinterSettings
Namespace: Syncfusion.Windows.PdfViewer
Assembly: Syncfusion.PdfViewer.WPF.dll
Syntax
public class PdfViewerPrinterSettings : Object
Constructors
PdfViewerPrinterSettings()
Declaration
public PdfViewerPrinterSettings()
Fields
PageOrientation
Specifies information about page orientation
Declaration
public PdfViewerPrintOrientation PageOrientation
Field Value
Type |
---|
PdfViewerPrintOrientation |
PageSize
Specifies information about page size
Declaration
public PdfViewerPrintSize PageSize
Field Value
Type |
---|
PdfViewerPrintSize |
ScalePercentage
Scale percentage of the content. This value is applicable only if PageSizings is CustomScale. Default value is 100.
Declaration
public float ScalePercentage
Field Value
Type |
---|
System.Single |
Properties
Copies
Gets or sets the number of copies of the document to print. The default value is 1
Declaration
public int Copies { get; set; }
Property Value
Type |
---|
System.Int32 |
DocumentName
Gets or sets the document name to display while printing the document.
Declaration
public string DocumentName { get; set; }
Property Value
Type |
---|
System.String |
Duplex
Gets or sets the printer setting for double-sided printing.
Declaration
public Duplex Duplex { get; set; }
Property Value
Type |
---|
System.Drawing.Printing.Duplex |
ShowPrintStatusDialog
Gets or sets the value indicating to hide the status window while printing the document.
Declaration
public bool ShowPrintStatusDialog { get; set; }
Property Value
Type |
---|
System.Boolean |