PdfOutOfMemoryException constructor
PdfOutOfMemoryException([
- String? message
Implementation
PdfOutOfMemoryException([String? message])
: super(message ?? 'Not enough memory to process the PDF');