ImageProxy constructor

ImageProxy(
  1. PdfImage _image, {
  2. double? dpi,
})

Implementation

ImageProxy(this._image, {double? dpi})
  : super(_image.width, _image.height, _image.orientation, dpi);