PdfImageStreamWriter typedef
PdfImageStreamWriter =
void Function(PdfStream output)
Writes already encoded image bytes to a PDF output stream.
Implementation
typedef PdfImageStreamWriter = void Function(PdfStream output);
Writes already encoded image bytes to a PDF output stream.
typedef PdfImageStreamWriter = void Function(PdfStream output);