menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Page - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Page

    Summary description for Page.

    Inheritance
    System.Object
    Page
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.DLS.Rendering
    Assembly: Syncfusion.DLS.Base.dll
    Syntax
    public class Page

    Constructors

    Page(ISection, Int32)

    Declaration
    public Page(ISection section, int iNumber)
    Parameters
    Type Name Description
    ISection section
    System.Int32 iNumber

    Properties

    Number

    Gets page number.

    Declaration
    public int Number { get; }
    Property Value
    Type
    System.Int32

    PageWidgets

    Collection of layouted widget.

    Declaration
    public LayoutedWidgetList PageWidgets { get; }
    Property Value
    Type
    LayoutedWidgetList

    Setup

    Gets page Setup info.

    Declaration
    public PageSetup Setup { get; }
    Property Value
    Type
    PageSetup

    Methods

    AddCachedFields(IField)

    Declaration
    public void AddCachedFields(IField field)
    Parameters
    Type Name Description
    IField field

    Draw(CustomGraphics)

    Declaration
    public void Draw(CustomGraphics g)
    Parameters
    Type Name Description
    CustomGraphics g

    GetColumnArea(Column, Single)

    Declaration
    protected RectangleF GetColumnArea(Column column, float prevWidth)
    Parameters
    Type Name Description
    Column column
    System.Single prevWidth
    Returns
    Type
    System.Drawing.RectangleF

    GetColumnArea(Int32, ref Single)

    Declaration
    protected RectangleF GetColumnArea(int columnIndex, ref float prevColumnsWidth)
    Parameters
    Type Name Description
    System.Int32 columnIndex
    System.Single prevColumnsWidth
    Returns
    Type
    System.Drawing.RectangleF

    GetFooterArea()

    Declaration
    protected RectangleF GetFooterArea()
    Returns
    Type
    System.Drawing.RectangleF

    GetHeaderArea()

    Declaration
    protected RectangleF GetHeaderArea()
    Returns
    Type
    System.Drawing.RectangleF

    UpdateFieldsNumPages(Int32)

    Declaration
    public void UpdateFieldsNumPages(int numPages)
    Parameters
    Type Name Description
    System.Int32 numPages
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved