CPDFPage constructor

CPDFPage(
  1. MethodChannel _channel,
  2. int pageIndex
)

Implementation

CPDFPage(this._channel, this.pageIndex);