menu

WinForms

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

    Show / Hide Table of Contents

    Class PaginatorAdv

    Inheritance
    System.Object
    PaginatorAdv
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.RichTextBoxAdv.WPF.dll
    Syntax
    public class PaginatorAdv : DocumentPaginator

    Constructors

    PaginatorAdv(LayoutViewer, Size)

    Declaration
    public PaginatorAdv(LayoutViewer viewer, Size pagesize)
    Parameters
    Type Name Description
    LayoutViewer viewer
    System.Windows.Size pagesize

    Properties

    IsPageCountValid

    Declaration
    public override bool IsPageCountValid { get; }
    Property Value
    Type
    System.Boolean

    PageCount

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

    PageSize

    Declaration
    public override Size PageSize { get; set; }
    Property Value
    Type
    System.Windows.Size

    Source

    Declaration
    public override IDocumentPaginatorSource Source { get; }
    Property Value
    Type
    System.Windows.Documents.IDocumentPaginatorSource

    Methods

    GetPage(Int32)

    Declaration
    public override DocumentPage GetPage(int pageNumber)
    Parameters
    Type Name Description
    System.Int32 pageNumber
    Returns
    Type
    System.Windows.Documents.DocumentPage
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved