WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PageSetupDialog - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PageSetupDialog

    Allow users to setup print, page and drawing setting.

    Inheritance
    System.Object
    PageSetupDialog
    Namespace: Syncfusion.Windows.Forms.Diagram
    Assembly: Syncfusion.Diagram.Windows.dll
    Syntax
    public class PageSetupDialog : Form

    Constructors

    PageSetupDialog(View)

    Initializes a new instance of the PageSetupDialog class.

    Declaration
    public PageSetupDialog(View view)
    Parameters
    Type Name Description
    View view

    The diagram View.

    Properties

    MeasureUnits

    Gets or sets the current setting measure units.

    Declaration
    protected MeasureUnits MeasureUnits { get; set; }
    Property Value
    Type Description
    MeasureUnits

    The measure units.

    PageLandscape

    Gets a value indicating whether page landscape is checked.

    Declaration
    protected bool PageLandscape { get; }
    Property Value
    Type Description
    System.Boolean

    true if page landscape is checked; otherwise, false.

    PageScale

    Gets or sets the page scale setting.

    Declaration
    public PageScale PageScale { get; set; }
    Property Value
    Type Description
    PageScale

    The page scale.

    PageSize

    Gets or sets the page size setting.

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

    The size of the page.

    PrintSettings

    Gets or sets the print settings.

    Declaration
    public PageSettings PrintSettings { get; set; }
    Property Value
    Type Description
    System.Drawing.Printing.PageSettings

    The print settings.

    PrintZoom

    Gets or sets the print zoom factor.

    Declaration
    public PrintZoom PrintZoom { get; set; }
    Property Value
    Type Description
    PrintZoom

    The print zoom.

    Methods

    Dispose(Boolean)

    Clean up any resources being used.

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    true if managed resources should be disposed; otherwise, false.

    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved