EndTextPageLayoutArgs constructor

EndTextPageLayoutArgs(
  1. PdfTextLayoutResult result
)

Initializes a new instance of the EndTextPageLayoutArgs class with the specified PdfTextLayoutResult.

Implementation

EndTextPageLayoutArgs(PdfTextLayoutResult result) : super(result);