pdfPage property

PDFPageProxy pdfPage

Implementation

PDFPageProxy get pdfPage => _pdfPage;
void pdfPage=(PDFPageProxy pdfPage)

Implementation

set pdfPage(PDFPageProxy pdfPage) {
  _jsInternal['pdfPage'] = pdfPage._jsInternal;

  _pdfPage = pdfPage;
}