How to Set Depth Value for Image while Converting PPT to TIFF in C#?

Please provide functionality to set Depth Value (Bit Depth) as 24, While Converting PPT to tif.

@hemalp,

Please note, Depth depends on the compression type and cannot be set manually. See the document on how to convert PPT to TIFF with different options for your reference.

Hi @amjad.sahi ,

Recently we raised same concern for PDF,doc aspose modules, where they do provide the solution to set the same.

Reference Tickets are,

doesn’t there any way for PPT to implement the same ?

Thank

@hemalp,

You may use TiffOptions.PixelFormat property and specify ImagePixelFormat.Format24bppRgb.

Hope, this helps a bit.

Thanks, we will check on this

@hemalp,

You are welcome.