Class PdfViewerPrinterSettings
Represents printer settings for the document to be printed.
Inheritance
System.Object
PdfViewerPrinterSettings
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.PdfViewer
Assembly: Syncfusion.PdfViewer.Windows.dll
Syntax
public class PdfViewerPrinterSettings
Constructors
PdfViewerPrinterSettings()
Declaration
public PdfViewerPrinterSettings()
Fields
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 |
PageOrientation
Specifies information about page orientation
Declaration
public PdfViewerPrintOrientation PageOrientation { get; set; }
Property Value
Type |
---|
PdfViewerPrintOrientation |
PageSize
Specifies information about page size
Declaration
public PdfViewerPrintSize PageSize { get; set; }
Property Value
Type |
---|
PdfViewerPrintSize |
PrintLocation
To print the document content from the given location
Declaration
public PointF PrintLocation { get; set; }
Property Value
Type |
---|
System.Drawing.PointF |
ShowPrintStatusDialog
Gets or sets the value indicating to hide the status window while printing the document. Default value is true.
Declaration
public bool ShowPrintStatusDialog { get; set; }
Property Value
Type |
---|
System.Boolean |