Memory leak when creating tif image from PDF Document

When creating tif image using TiffDevice object, memory used is not being released.
In the below code, memory usage at line tiffDevice.Process goes high and never released.

TiffDevice tiffDevice = new TiffDevice(resolution, tiffSettings);
tiffDevice.Process(pdfDocument, fileName + “.tif”);

@3shna.k

To ensure a timely and accurate response, please attach the following resources here for testing:

  • Your input file.
  • Please share how are you checking the memory leakage.
  • Please create a standalone console application (source code without compilation errors) that helps us to reproduce your problem on our end and attach it here for testing.

As soon as you get these pieces of information ready, we will start investigation into your issue and provide you more information. Thanks for your cooperation.

PS: To attach these resources, please zip and upload them.