Table of Contents

Class Page

Namespace
Root.ReportNet.Pdf
Assembly
ReportNet.dll
public class Page : StaticContainer
Inheritance
Page
Inherited Members

Constructors

Page(PageSize, PageOrientation)

public Page(PageSize paperSize = PageSize.A4, PageOrientation orientation = PageOrientation.Portrait)

Parameters

paperSize PageSize
orientation PageOrientation

Page(double, double)

public Page(double width, double height)

Parameters

width double
height double

Properties

PageGroupId

The page number total is counted by the number of pages with a shared group id.

public int PageGroupId { get; set; }

Property Value

int

PageNumber

The page number

public int PageNumber { get; set; }

Property Value

int