WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PdfViewerPrinterSettings

    Show / Hide Table of Contents

    Class PdfViewerPrinterSettings

    Represents printer settings for the document to be printed.

    Inheritance
    System.Object
    PdfViewerPrinterSettings
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    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 Description
    System.Int32

    PageOrientation

    Specifies information about page orientation

    Declaration
    public PdfViewerPrintOrientation PageOrientation { get; set; }
    Property Value
    Type Description
    PdfViewerPrintOrientation

    PageSize

    Specifies information about page size

    Declaration
    public PdfViewerPrintSize PageSize { get; set; }
    Property Value
    Type Description
    PdfViewerPrintSize

    PrintLocation

    To print the document content from the given location

    Declaration
    public PointF PrintLocation { get; set; }
    Property Value
    Type Description
    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 Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved