Hi,
I cannot find any method (Dispose, ...) to properly remove an instance of PDFImage (created from a UIImage).
I'm generating hundreds of pdfimages for a document and ipad memory is leaking as hell.
How do i ensure that a PDFImage instance has been disposed from memory ?
Another question if i want to completly remove an instance of PDFDocument is using the Close(true) method is enough.
By disposing the PDFDocument instance are childs (pages, pdfimages, ...) disposed as well ?
Thx for your support !