Class PaginatorAdv
Inheritance
System.Object
PaginatorAdv
Assembly: Syncfusion.RichTextBoxAdv.WPF.dll
public class PaginatorAdv : DocumentPaginator
Constructors
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
PageCount
Declaration
public override int PageCount { get; }
Property Value
PageSize
Declaration
public override Size PageSize { get; set; }
Property Value
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 |