Interface IPageInfo
Represents an interface that supports common properties and methods for PageSettings class.
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public interface IPageInfo
Properties
ColumnCount
Gets the count of pages based on PageWidth.
Declaration
double ColumnCount { get; }
Property Value
| Type |
|---|
| System.Double |
PageOrigin
Gets the origin point of the page.
Declaration
Point PageOrigin { get; }
Property Value
| Type |
|---|
| System.Windows.Point |
RowCount
Gets the count of pages based on PageHeight.
Declaration
double RowCount { get; }
Property Value
| Type |
|---|
| System.Double |
Methods
Trim()
This method will be customized the Origin in Pixel.
Declaration
void Trim()
Truncate()
This method will be customized the Origin based the Size of the Page.
Declaration
void Truncate()