BeginPageLayoutArgs constructor
Initialize an instance of BeginPageLayoutArgs.
Implementation
BeginPageLayoutArgs(Rect bounds, PdfPage page) {
_bounds = PdfRectangle.fromRect(bounds);
_page = page;
}
Initialize an instance of BeginPageLayoutArgs.
BeginPageLayoutArgs(Rect bounds, PdfPage page) {
_bounds = PdfRectangle.fromRect(bounds);
_page = page;
}