Class PageScaleDialog
Editor to modify page scale.
Inheritance
System.Object
PageScaleDialog
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public class PageScaleDialog : Form
Constructors
PageScaleDialog()
Initializes a new instance of the PageScaleDialog class.
Declaration
public PageScaleDialog()
Properties
MeasureUnits
Gets or sets the measure units.
Declaration
public MeasureUnits MeasureUnits { get; set; }
Property Value
Type | Description |
---|---|
MeasureUnits | The measure units. |
PageScale
Gets or sets the page scale.
Declaration
public PageScale PageScale { get; set; }
Property Value
Type | Description |
---|---|
PageScale | The page scale. |
PageSize
Gets or sets the size of the page.
Declaration
public PageSize PageSize { get; set; }
Property Value
Type | Description |
---|---|
PageSize | The size of the page. |
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. |