How to set custom depth of image

I required to set 24 Depth Value while generating the Image (tif) of the pdf, So Can You suggest any solution?

Sample Code:

TiffSettings options = new TiffSettings();
options.Compression = CompressionType.LZW;
options.Depth = 24; (It only accept enum)

@hemalp
There is no such possibility at the moment.
I’ll create a task for the development team.

@hemalp
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): PDFNET-55868

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.

Hi @sergei.shibanov ,

It has marked status as resolved, in which version do we get this support ? please advise.

@hemalp
Starting with library version 23.11 (published yesterday: 14 oct 23) you can use ColorDepth.Format24bpp

The issues you have found earlier (filed as PDFNET-55868) have been fixed in Aspose.PDF for .NET 23.12.