Class PageSizeDialog
Class containing Page size dialog
Inheritance
System.Object
PageSizeDialog
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public class PageSizeDialog : Form
Constructors
PageSizeDialog()
Initializes a new instance of the PageSizeDialog class.
Declaration
public PageSizeDialog()
Properties
ModelContentSize
Gets or sets the size of the model content.
Declaration
public SizeF ModelContentSize { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.SizeF | The size of the model content. |
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. |
PrinterSettings
Gets or sets the printer settings property to change paper layout and preview the diagram appearances in the print paper.
Declaration
public PageSettings PrinterSettings { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Printing.PageSettings | The printer settings. |
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. |