PdfImagePage.fromUri constructor
PdfImagePage.fromUri(
- Uri fileUri,
- PagePosition positionRect
Implementation
factory PdfImagePage.fromUri(Uri fileUri, PagePosition positionRect) {
return PdfImagePage(
imageUri: fileUri,
position: positionRect,
zOrder: PageZOrder.foreground);
}