UWP

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IPageInfo - UWP API Reference | Syncfusion PageSettings class. ">

    Show / Hide Table of Contents

    Interface IPageInfo

    Represents an interface that supports common properties and methods for PageSettings class.

    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.UWP.dll
    Syntax
    public interface IPageInfo

    Properties

    ColumnCount

    Gets the count of pages based on PageWidth.

    Declaration
    double ColumnCount { get; }
    Property Value
    Type Description
    System.Double

    PageOrigin

    Gets the origin point of the page.

    Declaration
    Point PageOrigin { get; }
    Property Value
    Type Description
    Windows.Foundation.Point

    RowCount

    Gets the count of pages based on PageHeight.

    Declaration
    double RowCount { get; }
    Property Value
    Type Description
    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()

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved