EndPageLayoutArgs constructor

EndPageLayoutArgs(
  1. PdfLayoutResult result
)

Initialize an instance of EndPageLayoutArgs.

Implementation

EndPageLayoutArgs(PdfLayoutResult result) {
  _result = result;
}