Class Page
public class Page : StaticContainer
- Inheritance
-
Page
- Inherited Members
Constructors
Page(PageSize, PageOrientation)
public Page(PageSize paperSize = PageSize.A4, PageOrientation orientation = PageOrientation.Portrait)
Parameters
paperSize
PageSizeorientation
PageOrientation
Page(double, double)
public Page(double width, double height)
Parameters
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
PageNumber
The page number
public int PageNumber { get; set; }