EndPageLayoutArgs constructor
EndPageLayoutArgs(
- PdfLayoutResult result
Initialize an instance of EndPageLayoutArgs.
Implementation
EndPageLayoutArgs(PdfLayoutResult result) {
_result = result;
}